boot-maker: Fix warnings (missing header file)
[h316.git] / pc-tools / boot-maker / Makefile
index 85faced6c2d39debc99802efe9c2fcbdb23a2e8e..51b798225dcd2ff62239ee2f4939145194988f56 100644 (file)
@@ -1,10 +1,12 @@
 default: bmaker
 
+CFLAGS=-Wall
+
 bmaker: main.c
-       gcc  -o $@ $<
+       gcc ${CFLAGS} -o $@ $<
 
 clean:
-       rm -f *.o bmaker 
+       @rm -f *.o bmaker 
 
 #install: bmaker
 #      cp bmaker ../../bin