some more $(RM) vs $(DEL) fixing

This commit is contained in:
mrdudz
2020-10-15 19:34:40 +02:00
parent 6920b8be78
commit b773bb9ded
10 changed files with 30 additions and 30 deletions

View File

@@ -52,7 +52,7 @@ all: conio.pce
../../../bin/cl65 -t pce $< -Wl -D__CARTSIZE__=${CARTSIZE} -m $*.map -o $@
clean:
$(RM) conio.o conio.???
@$(DEL) conio.o conio.??? 2>$(NULLDEV)
test: conio.pce
mednafen -force_module pce $<