projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e16045e
)
Clean TAGS, tags targets.
author
Ben Pfaff
<blp@cs.stanford.edu>
Wed, 13 Apr 2005 05:20:30 +0000
(
05:20
+0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Wed, 13 Apr 2005 05:20:30 +0000
(
05:20
+0000)
src/Makefile
patch
|
blob
|
history
diff --git
a/src/Makefile
b/src/Makefile
index c781a028d9b97b89e2bd178b7f66b5d7c219e17f..326e774ae0347fae11dd941a403fc1b80b977555 100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-6,6
+6,7
@@
all::
clean::
for d in $(SUBDIRS) tests; do $(MAKE) -C $$d $@; done
+ rm -f TAGS tags
distclean:: clean
find . -name '*~' -exec rm '{}' \;