mirror of
https://github.com/Orc/discount.git
synced 2026-09-25 04:10:00 +03:00
clean the exercisers directory when cleaning everything else
This commit is contained in:
@@ -167,6 +167,7 @@ echo: echo.o
|
||||
clean:
|
||||
rm -f $(PGMS) $(TESTFRAMEWORK) $(SAMPLE_PGMS) *.o
|
||||
rm -f $(MKDLIB) `./librarian.sh files $(MKDLIB) VERSION`
|
||||
@make -C tests/exercisers clean
|
||||
|
||||
distclean spotless: clean
|
||||
@DISTCLEAN@ @GENERATED_FILES@ @CONFIGURE_FILES@ ./mktags ./blocktags
|
||||
|
||||
@@ -14,4 +14,4 @@ run:
|
||||
@for x in $(THINGS); do ./$$x || exit 1; done
|
||||
|
||||
clean:
|
||||
rm -f $(THINGS)
|
||||
rm -f $(THINGS) *.o
|
||||
|
||||
Reference in New Issue
Block a user