From: Sven Oliver Moll Date: Tue, 13 Sep 2016 09:54:56 +0000 (+0200) Subject: removed 'make clean' invoked from test/Makefile for test/assembler/Makefile, as all... X-Git-Tag: V2.16~66^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=refs%2Fpull%2F348%2Fhead;p=cc65 removed 'make clean' invoked from test/Makefile for test/assembler/Makefile, as all artifacts are now created in testwrk and will be cleaned up out of directory --- diff --git a/test/Makefile b/test/Makefile index 2fd252d2a..7f95e4379 100644 --- a/test/Makefile +++ b/test/Makefile @@ -47,7 +47,6 @@ continue: $(WORKDIR)/bdiff$(EXE) @$(MAKE) -C misc all mostlyclean: - @$(MAKE) -C assembler clean @$(MAKE) -C val clean @$(MAKE) -C ref clean @$(MAKE) -C err clean