Cleanup new unit test executable

This commit is contained in:
Justin Ethier 2018-01-22 09:47:48 -05:00
parent 6d52836bf8
commit 48d07a07a1

View file

@ -50,6 +50,7 @@ clean :
rm -f tests/srfi-121-tests rm -f tests/srfi-121-tests
rm -f tests/srfi-143-tests rm -f tests/srfi-143-tests
rm -f tests/array-list-tests rm -f tests/array-list-tests
rm -f tests/macro-hygiene
install : libs install-libs install-includes install-bin install : libs install-libs install-includes install-bin
$(MKDIR) $(DESTDIR)$(DATADIR) $(MKDIR) $(DESTDIR)$(DATADIR)