diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 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 |