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