aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 62e3b3c..5c906ce 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ LIBRARY_NAME = $(shell basename $(PWD))
CFLAGS = -DPD -I../../pd/src -Wall -W -g
LDFLAGS =
-LIBS = -lm
+LIBS =
UNAME := $(shell uname -s)
ifeq ($(UNAME),Darwin)
@@ -67,3 +67,6 @@ clean:
dist:
cd .. && tar cjpf $(LIBRARY_NAME)-$(OS).tar.bz2 $(LIBRARY_NAME)
+
+etags:
+ etags *.[ch] ../../pd/src/*.[ch] /usr/include/*.h /usr/include/*/*.h