summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJames McKenzie <git@madingley.org>2014-12-08 23:41:25 +0000
committerJames McKenzie <git@madingley.org>2014-12-08 23:41:25 +0000
commit1d653f26054c6c866cb9e9f3236ad201d96dc1d5 (patch)
treef5081b56a2c9b2aefd30f42b3d577fbda3a399b5 /Makefile
parenta45eb5afceb43ce6e511684bad0b65b050057eab (diff)
downloadrgb_ring-1d653f26054c6c866cb9e9f3236ad201d96dc1d5.tar.gz
rgb_ring-1d653f26054c6c866cb9e9f3236ad201d96dc1d5.tar.bz2
rgb_ring-1d653f26054c6c866cb9e9f3236ad201d96dc1d5.zip
fish
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 46c8062..767a9a8 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ AVRDUDE=avrdude
CPPFLAGS=
CPP=${CC} -E
-CFLAGS=-O2 -MP -MD -Wall -Werror #-Wno-unused
+CFLAGS=-O2 -MP -MD -Wall -Werror -Wno-unused
OBJS=${CSRCS:%.c=%.o} ${SSRCS:%.S=%.o}