aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorN.N. <matju@users.sourceforge.net>2006-01-02 07:20:49 +0000
committerN.N. <matju@users.sourceforge.net>2006-01-02 07:20:49 +0000
commit35ef784adf86ce8f41411b540c5324a8e912fc7c (patch)
tree6b6541f6d19b13840138397e36eaac0f9ab8dd6c /Makefile
parentbcedf86e93a2b16c85a73bb9320b1cc29806f0e2 (diff)
new external [rtimer]
svn path=/trunk/abstractions/pureunity/; revision=4352
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