mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
Fix variable definition.
This commit is contained in:
parent
a685c4ed00
commit
ef33ed9110
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -2,7 +2,7 @@
|
|||
PYVER:=2.7
|
||||
PYTHON?=python$(PYVER)
|
||||
APPNAME:=$(shell $(PYTHON) setup.py --name)
|
||||
LAPPNAME:=$(echo $(APPNAME)|tr "[A-Z]" "[a-z]")
|
||||
LAPPNAME:=$(shell echo $(APPNAME)|tr "[A-Z]" "[a-z]")
|
||||
VERSION:=$(shell $(PYTHON) setup.py --version)
|
||||
PLATFORM:=$(shell $(PYTHON) -c "from distutils.util import get_platform; print get_platform()")
|
||||
FILESCHECK_URL:=http://localhost/~calvin/
|
||||
|
|
|
|||
Loading…
Reference in a new issue