mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-28 03:30:36 +00:00
Added app target.
This commit is contained in:
parent
c025ce294b
commit
3842faec30
1 changed files with 5 additions and 0 deletions
5
Makefile
5
Makefile
|
|
@ -104,6 +104,11 @@ dist-stamp: changelog
|
|||
$(MAKE) dist
|
||||
touch $@
|
||||
|
||||
# Build OSX installer
|
||||
.PHONY: app
|
||||
app: MANIFEST chmod
|
||||
$(PYTHON) setup.py py2app
|
||||
|
||||
# The check programs used here are mostly local scripts on my private system.
|
||||
# So for other developers there is no need to execute this target.
|
||||
.PHONY: check
|
||||
|
|
|
|||
Loading…
Reference in a new issue