scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit 65ab399458b19e47f7c8ef723eb8710159bb6e23
parent a907607678ffea129a5fc8c5ac8f79f76b8bdc18
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Thu, 17 Apr 2014 13:47:20 +0200

Simplify the Makefile

PHONY targets are not needed.

Diffstat:
MMakefile | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -9,8 +9,6 @@ $(OBJS) : cc.h kcc: $(OBJS) $(CC) $(LDFLAGS) $(CFLAGS) $(LIBS) $(OBJS) -o $@ -.PHONY: clean distclean - clean: rm -f $(OBJS) rm -f kcc