diff --git a/samples/Makefile b/samples/Makefile index 22b0e5f08..c2236fa9c 100644 --- a/samples/Makefile +++ b/samples/Makefile @@ -730,6 +730,7 @@ mostlyclean: @$(DEL) *.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) + @$(DEL) ${patsubst %.grc,%.s,$(wildcard *.grc)} 2>$(NULLDEV) clean: mostlyclean @$(DEL) $(EXELIST_$(SYS)) $(DISK_$(SYS)) 2>$(NULLDEV)