summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
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)