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