]> git.sesse.net Git - movit/commitdiff
Clean up profile files and .dot files.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 12 Oct 2012 20:47:54 +0000 (22:47 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 12 Oct 2012 20:47:54 +0000 (22:47 +0200)
Makefile

index c71b8f3b304fb829d81f2eae8f904d35b8268f7c..95661dec4021216e511dd7336364c62a31f0f9d1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -76,7 +76,7 @@ DEPS=$(OBJS:.o=.d)
 -include $(DEPS)
 
 clean:
-       $(RM) demo $(TESTS) libmovit.a $(OBJS) $(DEPS)
+       $(RM) demo $(TESTS) libmovit.a $(OBJS) $(OBJS:.o=.gcno) $(OBJS:.o=.gcda) $(DEPS) step-*.dot
 
 check: $(TESTS)
        FAIL=0; \