Minor edits made while composing the previous commit that added checksums.
[pdp11-bin2load] / Makefile
index 407f515..7949f11 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ PREFIX = $(HOME)
 BINPREFIX = $(PREFIX)/bin
 
 CC = cc
 BINPREFIX = $(PREFIX)/bin
 
 CC = cc
-CC_FLAGS = -std=c99
+CC_FLAGS = -std=c99 -Wall
 
 all: bin2load
 
 
 all: bin2load