GNUmakefile: clean parse.c

This commit is contained in:
cælōrum spectātrīx 2026-01-25 19:56:43 +01:00
parent 24acf99fe3
commit d6219a8479

View file

@ -16,6 +16,4 @@ $(PROG): $(OBJS)
.PHONY: clean .PHONY: clean
clean: clean:
rm -f $(OBJS) rm -f $(OBJS) parse.c
.PRECIOUS: parse.c