ref: bd985d9e0ba924bfb73ff0abb5004f1be04ffa34
parent: 68fd23753b7c670097f9dbb0ada76ea59189157a
author: Roberto E. Vargas Caballero <[email protected]>
date: Tue Aug 28 15:36:17 EDT 2012
Fixed clean rule in Makefile clean rule didn't erase the kcc binary, the most important task of the clean target.
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@
clean:
rm -f $(OBJS)
- rm -f cc
+ rm -f kcc
distclean: clean
rm -f *~