summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-11-18 09:00:45 +0100
committerThomas White <taw@bitwiz.org.uk>2011-11-18 09:00:45 +0100
commit49ce677d26d938db08a7c6994d3cf0ae92a3d1c2 (patch)
treed19f7cbdd5ae8e03619d089f6615887302519f79 /Makefile
parent0e78d96eff03491be4711f63fe1681ccefe133de (diff)
Restructuring
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 11d40f5..5bb6003 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ maestropond: ${OBJS}
gcc -g ${OBJS} -o maestropond -lm
maestropond.o: maestropond.c
- gcc -g -W -Wall -c maestropond.c -o maestropond.o
+ gcc -g -W -Wall -Wno-unused-parameter -c maestropond.c -o maestropond.o
clean:
rm -f ${OBJS} maestropond