aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 76c27ba..7bd0263 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,7 @@
PD = /home/matju/pd_0_38_4/bin/pd -noaudio
#PD = pd
PDFLAGS = -lib pureunity -noaudio -path generics -path specifics
+CFLAGS = -Wall
test:: built
$(PD) $(PDFLAGS) main.pd
@@ -12,5 +13,5 @@ built: Makefile pureunity.pd_linux
generic/%~.pd: generic/%.pd
pureunity.pd_linux: pureunity.c Makefile
- $(CC) -shared -o pureunity.pd_linux pureunity.c
+ $(CC) $(CFLAGS) -shared -o pureunity.pd_linux pureunity.c