summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorNakidai <nakidai@disroot.org>2024-09-29 15:00:55 +0300
committerNakidai <nakidai@disroot.org>2024-09-29 15:00:55 +0300
commitbc3d220bdc1aaabb3c2c5249033ac3399bfc4c32 (patch)
tree3f4ba816d60b8c6f9fdc25dec6c8aaaa29027a8f /Makefile
parent4e3de1ba7bb5e8e689691e391826d8c444906d27 (diff)
downloadcptc-bc3d220bdc1aaabb3c2c5249033ac3399bfc4c32.tar.gz
cptc-bc3d220bdc1aaabb3c2c5249033ac3399bfc4c32.zip
Add cleaning root.c
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)