]> git.sesse.net Git - movit/commitdiff
Fix cleaning of .dot and .frag files.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 3 Feb 2013 12:37:44 +0000 (13:37 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 3 Feb 2013 12:37:44 +0000 (13:37 +0100)
Makefile.in

index e745ca1cad14dc7d39cf553afcf1972791e23fdf..b8736334f3068dc8a5ba2c4b5d1c0430d39cf735 100644 (file)
@@ -94,7 +94,7 @@ DEPS=$(OBJS:.o=.d)
 -include $(DEPS)
 
 clean:
-       $(RM) demo $(TESTS) libmovit.a $(OBJS) $(OBJS:.o=.gcno) $(OBJS:.o=.gcda) $(DEPS) step-*.dot
+       $(RM) demo $(TESTS) libmovit.a $(OBJS) $(OBJS:.o=.gcno) $(OBJS:.o=.gcda) $(DEPS) step*.dot chain*.frag
        $(RM) -r movit.info coverage/
 
 check: $(TESTS)