ref: 65ab399458b19e47f7c8ef723eb8710159bb6e23
parent: a907607678ffea129a5fc8c5ac8f79f76b8bdc18
author: Roberto E. Vargas Caballero <[email protected]>
date: Thu Apr 17 09:47:20 EDT 2014
Simplify the Makefile PHONY targets are not needed.
--- a/Makefile
+++ b/Makefile
@@ -9,8 +9,6 @@
kcc: $(OBJS)
$(CC) $(LDFLAGS) $(CFLAGS) $(LIBS) $(OBJS) -o $@
-.PHONY: clean distclean
-
clean:
rm -f $(OBJS)
rm -f kcc