1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-27 15:29:46 +00:00

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

This commit is contained in:
Sven Oliver Moll 2016-09-13 11:54:56 +02:00
parent 95a2f4b9dd
commit bcdd190020

View File

@ -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