aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile5
-rw-r--r--ext13-meta.pd6
2 files changed, 10 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
diff --git a/ext13-meta.pd b/ext13-meta.pd
new file mode 100644
index 0000000..b57d959
--- /dev/null
+++ b/ext13-meta.pd
@@ -0,0 +1,6 @@
+#N canvas 15 49 200 200 10;
+#N canvas 25 49 420 300 META 1;
+#X text 13 41 NAME ext13;
+#X text 10 25 AUTHOR d13@klingt.org;
+#X text 10 10 VERSION 0.17;
+#X restore 10 10 pd META;