Add missing files to "clean" target.

This commit is contained in:
Kugel Fuhr
2025-07-08 07:38:59 +02:00
parent 593bf159fa
commit 735edaa8f7
2 changed files with 2 additions and 2 deletions

View File

@@ -967,7 +967,7 @@ testcode.atr: testcode
# Clean-up rules
mostlyclean:
@$(DEL) *.lbl *.map *.o 2>$(NULLDEV)
@$(DEL) .errlog *.lbl *.map *.o 2>$(NULLDEV)
# we cant use .s since we have asm files in the directory that we want to keep
@$(DEL) ${patsubst %.c,%.s,$(wildcard *.c)} 2>$(NULLDEV)