summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2010-11-12 13:11:18 +0100
committerTobias Klauser <tklauser@distanz.ch>2010-11-12 13:11:18 +0100
commitc9c4555f8d38053ed2da4b0f81fd86301a14d8cb (patch)
tree59a32bee8ef753da2399650200473a93645bedbd /Makefile
parente0330d9534d8cfeffff81f426df1d3277702b835 (diff)
Implement more instructions
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 88796be..a5638ff 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,9 @@ OBJS = main.o image.o elf.o srec.o nios2.o instruction.o
DEFS = -DVERSION="\"$(VERSION)\"" -DDEBUG
-CFLAGS += -g -W -Wall -Wno-packed-bitfield-compat $(DEFS)
+CFLAGS += -g -W -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes \
+ -Wno-packed-bitfield-compat \
+ $(DEFS)
LDFLAGS += -lelf
all: prepare $(P)