[hackers] [scc] Remove cpp in make clean || Roberto E. Vargas Caballero
commit ab1e25a7ad7779337604c1220cd140c57a10e1a4
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Tue Nov 24 19:55:00 2015 +0100
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
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
_AT_@ -20,5 +20,5 @@ test:
clean:
rm -f $(OBJS)
- rm -f cc1
+ rm -f cc1 cpp
Received on Tue Nov 24 2015 - 20:40:16 CET
This archive was generated by hypermail 2.3.0
: Tue Nov 24 2015 - 20:48:12 CET