diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in new file mode 100644 index 0000000..2a0d768 --- /dev/null +++ b/Makefile.in @@ -0,0 +1,10 @@ +srcdir = @srcdir@ +VPATH = @srcdir@ + +CMAKE_CONFIG_DIR = @CMAKE_CONFIG_DIR@ + +all: + cd Source; ${MAKE} + + + |