From 7ccccfc456f7a3aae954dce15a4dd294a8fb0fe0 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Mon, 22 Feb 2010 21:30:26 +0100 Subject: [PATCH] move comment to correct place --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a625f36..3852cb3 100644 --- a/Makefile +++ b/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=