Commit ee588a24 ee588a2445c4bdea2ec277efa0900787ae291aad by Nicolas Perriault

fixed Makefile to call casperjs relatively

1 parent 13bb5137
Showing 1 changed file with 1 additions and 1 deletions
...@@ -5,7 +5,7 @@ default: all ...@@ -5,7 +5,7 @@ default: all
5 all: selftest clitest jshint 5 all: selftest clitest jshint
6 6
7 selftest: 7 selftest:
8 casperjs selftest 8 bin/casperjs selftest
9 9
10 clitest: 10 clitest:
11 python tests/clitests/runtests.py 11 python tests/clitests/runtests.py
......