X-Git-Url: http://gitweb.hachti.de/?a=blobdiff_plain;f=pc-tools%2Fboot-maker%2FMakefile;h=b216c8f4e353609ae839da111f1cf938ec616ce2;hb=8fac3a64e23edb8f2cd4cdc28631d603075de709;hp=871819fea31abb4cabce289400ca0de8104c3d5a;hpb=95b7f764a7157cda8c9641d6a8045ea12dfd8ffe;p=h316.git diff --git a/pc-tools/boot-maker/Makefile b/pc-tools/boot-maker/Makefile index 871819f..b216c8f 100644 --- a/pc-tools/boot-maker/Makefile +++ b/pc-tools/boot-maker/Makefile @@ -1,13 +1,13 @@ -default: install +default: bmaker bmaker: main.c gcc -o $@ $< clean: - rm -f *.o bmaker ../../bin/bmaker + @rm -f *.o bmaker -install: bmaker - cp bmaker ../../bin +#install: bmaker +# cp bmaker ../../bin .PHONY: clean install default