diff options
-rw-r--r-- | Makefile | 6 | ||||
-rw-r--r-- | main.pd | 2 |
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 @@ -0,0 +1,2 @@ +#N canvas 173 216 450 300 10; +#X obj 30 20 arith-test; |