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

@@ -53,7 +53,7 @@ image.bin: image.s image.cfg
$(CL) -t none -C image.cfg -o image.bin image.s
clean:
$(DEL) $(ASMS) 2>$(NULLDEV)
$(DEL) $(DAIS) 2>$(NULLDEV)
$(DEL) image.bin 2>$(NULLDEV)
@$(DEL) $(ASMS) 2>$(NULLDEV)
@$(DEL) $(DAIS) 2>$(NULLDEV)
@$(DEL) image.bin 2>$(NULLDEV)