From bc3d220bdc1aaabb3c2c5249033ac3399bfc4c32 Mon Sep 17 00:00:00 2001 From: Nakidai Date: Sun, 29 Sep 2024 15:00:55 +0300 Subject: Add cleaning root.c --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f59a763..53306a0 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ cptc: $(OBJS) $(CC) $(LDFLAGS) $(OBJS) $(LDLIBS) -o $@ clean: - $(RM) cptc *.o + $(RM) cptc root.c *.o make -C utils clean cptc: $(OBJS) -- cgit 1.4.1