Prechádzať zdrojové kódy

minor change in the makefile

Dimitri Korsch 1 rok pred
rodič
commit
3e99b370a8
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -15,4 +15,4 @@ get_version:
 	@python setup.py --version
 
 run_tests:
-	bash scripts/tests.sh
+	@cd scripts && bash tests.sh