Mercurial > hg > vampy-host
diff Makefile.inc @ 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 | 9343eee50605 |
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