move comment to correct place

This commit is contained in:
Bastian Kleineidam 2010-02-22 21:30:26 +01:00
parent 3b2b5573a5
commit 7ccccfc456
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
# This Makefile is only used by developers.
VERSION:=$(shell python setup.py --version) VERSION:=$(shell python setup.py --version)
PY_FILES_DIRS := patool setup.py patoolib tests PY_FILES_DIRS := patool setup.py patoolib tests
# This Makefile is only used by developers. # which test modules to run
TESTS ?= tests/ TESTS ?= tests/
# set test options, eg. to "--nologcapture" # set test options, eg. to "--nologcapture"
TESTOPTS= TESTOPTS=