move comment to correct place
This commit is contained in:
parent
3b2b5573a5
commit
7ccccfc456
3
Makefile
3
Makefile
|
@ -1,6 +1,7 @@
|
|||
# This Makefile is only used by developers.
|
||||
VERSION:=$(shell python setup.py --version)
|
||||
PY_FILES_DIRS := patool setup.py patoolib tests
|
||||
# This Makefile is only used by developers.
|
||||
# which test modules to run
|
||||
TESTS ?= tests/
|
||||
# set test options, eg. to "--nologcapture"
|
||||
TESTOPTS=
|
||||
|
|
Loading…
Reference in New Issue