changeset 20:cef612f414ca

Added dist-clean target.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 05 Aug 2013 17:34:20 +0300
parents 2cd642a0e106
children c85ee156a83a
files Makefile
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Mon Aug 05 17:32:40 2013 +0300
+++ b/Makefile	Mon Aug 05 17:34:20 2013 +0300
@@ -113,7 +113,10 @@
 ### Special targets
 ###
 clean:
-	$(RM) $(TARGETS) $(OBJPATH)*.o 
+	$(RM) $(TARGETS) $(OBJPATH)*.o $(LIBOGGPLAYER_A)
+
+dist-clean: clean
+	$(RM) -fr $(ASSIMP) libbass/
 
 $(ASSIMP)lib/libassimp.so:
 	unzip assimp--3.0.1270-source-only.zip && \