diff --git a/Source/BPBIOS/Makefile b/Source/BPBIOS/Makefile index 64c07d60..8fddd3f5 100644 --- a/Source/BPBIOS/Makefile +++ b/Source/BPBIOS/Makefile @@ -31,7 +31,7 @@ zcpr33n.rel zcpr33t.rel: all:: $(HD0IMG) clobber:: - rm -f $(HD0IMG) + @rm -f $(HD0IMG) %.img: zcpr33n.rel zcpr33t.rel $(eval VER := $(subst .img,,$(subst bp,,$@)))