Makefile: add 'dist' as a PHONY target

Caused issues on certain versions of make with a directory of the same
name now existing.
master
Mike Swanson 2014-10-05 03:10:08 -07:00
parent b3fded3568
commit a4fd8f8fb7
1 changed files with 2 additions and 0 deletions

View File

@ -108,6 +108,8 @@ doc: BUILD-SYSTEM.adoc README.adoc
DISTDOCS=COPYING CREDITS README.html
.PHONY: dist
# Due to convoluted reasons, the WADs must directly proceed the game name.
dist: $(OBJS) doc
VERSION=$(VERSION) scripts/makepkgs freedm $(FREEDM) $(DISTDOCS)