changeset 1492:6660ca874cb5

Fix 'clean' target to clean th-libs also.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 05 Jan 2015 22:40:52 +0200
parents 5811aef4872f
children 4bf67ad8c4fe
files Makefile.gen
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.gen	Thu Jan 01 20:56:21 2015 +0200
+++ b/Makefile.gen	Mon Jan 05 22:40:52 2015 +0200
@@ -104,7 +104,7 @@
 	@touch $@
 
 clean:
-	$(RM) -f $(TARGETS) *.o
+	$(RM) -f $(TARGETS) *.o th-libs/*.o
 
 srcclean: clean
 	$(RM) -f *~