aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in26
1 files changed, 0 insertions, 26 deletions
diff --git a/Makefile.in b/Makefile.in
deleted file mode 100644
index f8a2a58..0000000
--- a/Makefile.in
+++ /dev/null
@@ -1,26 +0,0 @@
-dirs = libOSC send+dump src
-
-all:
- cd libOSC && make
- cd src && make
-
-lib: all
- cd src && make lib
-
-utils:
- cd send+dump && make
-
-install: all lib utils
- cd src && make install
-
-clean:
- cd libOSC && make clean
- cd send+dump && make clean
- cd src && make clean
-
-distclean: clean
- -rm *~
- rm Makefile */Makefile
- rm config.log config.status config.h
- -rm -Rf ./autom4te.cache/ extra
-