chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21ec4bc
)
Makefile: Make `all' be phony. and add empty `clean'.
author
Mark Wooding
<mdw@distorted.org.uk>
Wed, 10 Jun 2020 15:06:05 +0000
(16:06 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Wed, 10 Jun 2020 15:06:05 +0000
(16:06 +0100)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index 5af43c235c7a64146556a590f17b70f2f7b4f7b7..0536c5d142b969929e45e3723a477f13c3759483 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,6
+1,11
@@
## -*-makefile-*-
all::
+.PHONY: all
+
+clean::
+.PHONY: clean
+
.SECONDEXPANSION: #sorry
###--------------------------------------------------------------------------