diff options
author | Philipp Gesang <phg@phi-gamma.net> | 2014-03-01 23:28:38 +0100 |
---|---|---|
committer | Philipp Gesang <phg@phi-gamma.net> | 2014-03-01 23:28:38 +0100 |
commit | e3a5a3296041d8868ab1f3ccea905a36f6b03e34 (patch) | |
tree | 5cf3f076a57aeee3b0970f5f9f027904e685bb72 /OMakeroot | |
parent | 7d1114cd66025cc18535f3cdab3105e66bbda48d (diff) | |
download | context-rst-e3a5a3296041d8868ab1f3ccea905a36f6b03e34.tar.gz |
add omake Makefiles
Diffstat (limited to 'OMakeroot')
-rw-r--r-- | OMakeroot | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/OMakeroot b/OMakeroot new file mode 100644 index 0000000..8addc9e --- /dev/null +++ b/OMakeroot @@ -0,0 +1,9 @@ +# The command-line variables are defined *after* the +# standard configuration has been loaded. +# +DefineCommandVars() + +# +# Include the OMakefile in this directory. +# +.SUBDIRS: . |