chiark / gitweb /
Makefile: Make `all' be phony. and add empty `clean'.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 10 Jun 2020 15:06:05 +0000 (16:06 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 10 Jun 2020 15:06:05 +0000 (16:06 +0100)
Makefile

index 5af43c235c7a64146556a590f17b70f2f7b4f7b7..0536c5d142b969929e45e3723a477f13c3759483 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,11 @@
 ## -*-makefile-*-
 
 all::
+.PHONY: all
+
+clean::
+.PHONY: clean
+
 .SECONDEXPANSION: #sorry
 
 ###--------------------------------------------------------------------------