X-Git-Url: http://gitweb.hachti.de/?p=h316.git;a=blobdiff_plain;f=pc-tools%2Fboot-maker%2FMakefile;fp=pc-tools%2Fboot-maker%2FMakefile;h=51b798225dcd2ff62239ee2f4939145194988f56;hp=b216c8f4e353609ae839da111f1cf938ec616ce2;hb=52147402c19a69c9774bb256420a16233043d3fe;hpb=4ad624fd6d8bf4db02fe531b51f363ba9d89707e diff --git a/pc-tools/boot-maker/Makefile b/pc-tools/boot-maker/Makefile index b216c8f..51b7982 100644 --- a/pc-tools/boot-maker/Makefile +++ b/pc-tools/boot-maker/Makefile @@ -1,7 +1,9 @@ default: bmaker +CFLAGS=-Wall + bmaker: main.c - gcc -o $@ $< + gcc ${CFLAGS} -o $@ $< clean: @rm -f *.o bmaker