commit ab1e25a7ad7779337604c1220cd140c57a10e1a4 Author: Roberto E. Vargas Caballero <[email protected]> AuthorDate: Tue Nov 24 19:55:00 2015 +0100 Commit: Roberto E. Vargas Caballero <[email protected]> CommitDate: Tue Nov 24 19:55:00 2015 +0100
Remove cpp in make clean
diff --git a/cc1/Makefile b/cc1/Makefile
index b10c67b..3ad18ee 100644
--- a/cc1/Makefile
+++ b/cc1/Makefile
@@ -20,5 +20,5 @@ test:
clean:
rm -f $(OBJS)
- rm -f cc1
+ rm -f cc1 cpp
