clean the exercisers directory when cleaning everything else

This commit is contained in:
david parsons
2022-05-13 21:00:33 -07:00
parent d9847e36be
commit 5fa07a501e
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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
+1 -1
View File
@@ -14,4 +14,4 @@ run:
@for x in $(THINGS); do ./$$x || exit 1; done
clean:
rm -f $(THINGS)
rm -f $(THINGS) *.o