changeset 204:b8edcb693518

make: dist, all, and help should also be phony rules Otherwise you have to blow away the dist/ dir before you can make a new tarball.
author Augie Fackler <raf@durin42.com>
date Wed, 25 Apr 2018 13:32:18 -0400
parents 5828b4483012
children 2d0ec6097d78
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Wed Apr 25 13:30:56 2018 -0400
+++ b/Makefile	Wed Apr 25 13:32:18 2018 -0400
@@ -5,7 +5,7 @@
 
 all: help
 
-.PHONY: tests
+.PHONY: tests dist all help
 
 MANIFEST.in:
 	hg manifest | sed -e 's/^/include /' > MANIFEST.in