Mercurial > hg > vampy-host
changeset 108:3ee9e7387529
Remove .tests marker file as well on clean
| author | Chris Cannam |
|---|---|
| date | Wed, 17 Jun 2015 09:15:31 +0100 |
| parents | 56d0e5cd4ac8 |
| children | cf56111935fa |
| files | Makefile.inc |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.inc Wed Jun 17 09:14:51 2015 +0100 +++ b/Makefile.inc Wed Jun 17 09:15:31 2015 +0100 @@ -38,7 +38,7 @@ clean: $(MAKE) -C $(TESTPLUG_DIR) -f Makefile$(MAKEFILE_EXT) clean - rm -f $(OBJECTS) + rm -f $(OBJECTS) .tests distclean: clean $(MAKE) -C $(TESTPLUG_DIR) -f Makefile$(MAKEFILE_EXT) distclean
