aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorN.N. <matju@users.sourceforge.net>2005-12-31 17:34:24 +0000
committerN.N. <matju@users.sourceforge.net>2005-12-31 17:34:24 +0000
commit202b487520c16bf9c1c51b47fab158323f6fe016 (patch)
tree3d8dfd97f156925d9671accaf0f1a1416eb7be43
parent23884bce9f06cd5d947a4a56ee2fe187125e4cf5 (diff)
.
svn path=/trunk/abstractions/pureunity/; revision=4330
-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;