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