mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 07:25:45 -04:00
Makefile: add 'dist' as a PHONY target
Caused issues on certain versions of make with a directory of the same name now existing.
This commit is contained in:
parent
b3fded3568
commit
a4fd8f8fb7
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue