projects
/
cdsspec-compiler.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f912ca7
)
Makefile / git: cleanup generated .dot and .pdf files
author
Brian Norris
<banorris@uci.edu>
Wed, 6 Feb 2013 22:00:05 +0000
(14:00 -0800)
committer
Brian Norris
<banorris@uci.edu>
Wed, 6 Feb 2013 22:00:05 +0000
(14:00 -0800)
.gitignore
patch
|
blob
|
history
Makefile
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index d7ca89a59497416520a82aeecc1a99a0ce05a2a1..4acd010bd5ab045daccae219f1063c3cb33a1717 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-6,6
+6,7
@@
*~
*.dot
.*.d
+*.pdf
# files in this directory
/tags
diff --git
a/Makefile
b/Makefile
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