aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index b8e8987..0000000
--- a/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-TARGET := $(shell pwd | sed 's|.*/\(.*\)$$|\1|')
-EXTERNALS_ROOT := $(shell pwd | sed 's|^\(/.*externals\).*|\1|')
-
-default:
- make -C $(EXTERNALS_ROOT) $(TARGET)
-
-install:
- make -C $(EXTERNALS_ROOT) $(TARGET)_install
-
-clean:
- make -C $(EXTERNALS_ROOT) $(TARGET)_clean
-
-test_locations:
- make -C $(EXTERNALS_ROOT) test_locations
-
-etags:
- etags *.[ch] ../../pd/src/*.[ch] /usr/include/*.h /usr/include/sys/*.h