X-Git-Url: http://gitweb.hachti.de/?a=blobdiff_plain;f=pc-tools%2Fboot-maker%2FMakefile;h=85faced6c2d39debc99802efe9c2fcbdb23a2e8e;hb=1ddb3009c3202fea8df591eb2965143537a698a0;hp=871819fea31abb4cabce289400ca0de8104c3d5a;hpb=95b7f764a7157cda8c9641d6a8045ea12dfd8ffe;p=h316.git diff --git a/pc-tools/boot-maker/Makefile b/pc-tools/boot-maker/Makefile index 871819f..85faced 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