Makefile / git: cleanup generated .dot and .pdf files
authorBrian Norris <banorris@uci.edu>
Wed, 6 Feb 2013 22:00:05 +0000 (14:00 -0800)
committerBrian Norris <banorris@uci.edu>
Wed, 6 Feb 2013 22:00:05 +0000 (14:00 -0800)
.gitignore
Makefile

index d7ca89a59497416520a82aeecc1a99a0ce05a2a1..4acd010bd5ab045daccae219f1063c3cb33a1717 100644 (file)
@@ -6,6 +6,7 @@
 *~
 *.dot
 .*.d
+*.pdf
 
 # files in this directory
 /tags
index ee08b5c420656ad567e4354889f1143aa3a8e9f7..ea73d93d7901e7b78d2a81b8aab1c54924eb68f9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ malloc.o: malloc.c
 
 PHONY += clean
 clean:
-       rm -f *.o *.so .*.d
+       rm -f *.o *.so .*.d *.pdf *.dot
        $(MAKE) -C $(TESTS_DIR) clean
 
 PHONY += mrclean