projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aee319e
)
Makefile: minor, add .PHONY declarations
author
Brian Warner
<warner@lothar.com>
Fri, 13 Feb 2009 08:23:41 +0000
(
01:23
-0700)
committer
Brian Warner
<warner@lothar.com>
Fri, 13 Feb 2009 08:23:41 +0000
(
01:23
-0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index d7e66fb9f6c8baa76e73fbb711005d68e0fc7c82..ba4875e55b670950272a8690eab8f93a9b61c49e 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-146,7
+146,8
@@
figleaf-delta-output:
# coverage-html/index.html
.PHONY: upload-figleaf .figleaf.el pyflakes count-lines
-.PHONY: check-memory check-memory-once clean
+.PHONY: check-memory check-memory-once check-speed check-grid
+.PHONY: repl test-darcs-boringfile test-clean clean find-trailing-spaces
# 'upload-figleaf' is meant to be run with an UPLOAD_TARGET=host:/dir setting
ifdef UPLOAD_TARGET