aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile6
-rw-r--r--main.pd2
2 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..7eccd76
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,6 @@
+# PD = /home/matju/pd_0_38_4/bin/pd -noaudio
+PD = pd
+PDFLAGS = -noaudio -path generics -path specifics
+
+test::
+ $(PD) $(PDFLAGS) main.pd
diff --git a/main.pd b/main.pd
new file mode 100644
index 0000000..8ec44d5
--- /dev/null
+++ b/main.pd
@@ -0,0 +1,2 @@
+#N canvas 173 216 450 300 10;
+#X obj 30 20 arith-test;