From d6219a8479e64510a77634497a8c7f6ae2ac49ad Mon Sep 17 00:00:00 2001 From: afiw Date: Sun, 25 Jan 2026 19:56:43 +0100 Subject: [PATCH] GNUmakefile: clean parse.c --- GNUmakefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 95afec1..78c4bc0 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -16,6 +16,4 @@ $(PROG): $(OBJS) .PHONY: clean clean: - rm -f $(OBJS) - -.PRECIOUS: parse.c + rm -f $(OBJS) parse.c