scc

simple C compiler
git clone git://git.2f30.org/scc
Log | Files | Refs | README | LICENSE

commit 7c7355c1c0196024d0aaa2ea22be43230b9b2f5e
parent 593b85cfb9dea5ad66244a7293885a0f1fb190a8
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Wed, 27 Sep 2017 15:13:44 +0100

Remove dep file remove

Diffstat:
MMakefile | 1-
Mas/Makefile | 2+-
Mcc1/Makefile | 1-
Mcc2/Makefile | 2--
4 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/Makefile b/Makefile @@ -23,7 +23,6 @@ distclean: touch config.mk # we need config.mk for makes in $DIRS find . -name makefile | xargs rm -f $(FORALL) - rm -f dep rm -rf rootdir rm -f config.mk diff --git a/as/Makefile b/as/Makefile @@ -28,5 +28,5 @@ clean: rm -f as-* distclean: clean - rm -f makefile dep + rm -f makefile diff --git a/cc1/Makefile b/cc1/Makefile @@ -31,4 +31,3 @@ clean: distclean: clean rm -f makefile - rm -f dep diff --git a/cc2/Makefile b/cc2/Makefile @@ -35,5 +35,3 @@ clean: distclean: clean rm -f makefile - rm -f dep -