diff options
author | root <root@no.no.james.local> | 2015-06-15 18:07:21 +0100 |
---|---|---|
committer | root <root@no.no.james.local> | 2015-06-15 18:07:21 +0100 |
commit | a7b53bdade367d877dd34ad063762e5c8feecbb0 (patch) | |
tree | 6eec47ab558ca737e2a6bce80cb3823e4692150d /app/Makefile | |
parent | cd568297a41e5a6f2e130de82c07b6b789d34f4b (diff) | |
download | tims_keyboard-master.tar.gz tims_keyboard-master.tar.bz2 tims_keyboard-master.zip |
Diffstat (limited to 'app/Makefile')
-rw-r--r-- | app/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Makefile b/app/Makefile index 7c378cf..30debb5 100644 --- a/app/Makefile +++ b/app/Makefile @@ -32,7 +32,7 @@ OBJS = ${CSRCS:%.c=%.o} include ../Makefile.include -CFLAGS+=-Wno-redundant-decls -Wno-unused-parameter #-DDEBUG +CFLAGS+=-Wno-redundant-decls -Wno-unused-parameter -DDEBUG DID=$(shell printf '\#include "id.h"\nID_PRODUCT' | ${CC} -I.. -E - | grep -v ^\# ) |