# HG changeset patch # User Matti Hamalainen # Date 1375713260 -10800 # Node ID cef612f414caf91caf84f573b4677287804208a9 # Parent 2cd642a0e1061297bd0f8c119f6eb14b0334f8a6 Added dist-clean target. diff -r 2cd642a0e106 -r cef612f414ca Makefile --- 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 && \