We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca5e7ba commit b016fe0Copy full SHA for b016fe0
2 files changed
flow/.gitignore
@@ -1,4 +1,3 @@
1
-settings.mk
2
vars.sh
3
vars.gdb
4
vars.tcl
flow/Makefile
@@ -1,5 +1,7 @@
-# settings.mk is not under source control. Put variables into this
-# file to avoid having to adding the to the make command line.
+# Put variables into this file to avoid having to adding
+# the to the make command line.
+#
+# Out of ORFS trees can have their own settings.mk.
5
-include settings.mk
6
7
# ==============================================================================
0 commit comments