aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ee037e7..b8d8d9e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
-VERSION=$(shell grep ^VERSION index.cgi | sed -e s'/.*\="\([0-9.]\+\)".*/\1/')
+VERSION=$(shell grep ^VERSION cl2vcs.py | sed -e s'/.*\="\([0-9.]\+\)".*/\1/')
PKG=cl2vcs
all:
- nosetests --with-doctest
+ nosetests3 --with-doctest
clean:
rm -f *.pyc