Change shebang to Python3
[rnaseq-cwl-training.git] / Makefile
index a5765c79d1822ae91df2f8943f1c8f13438d7cc2..415fd72bd8daf786368c3c51df036b8cda39f843 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -97,7 +97,7 @@ lesson-check-all :
 
 ## unittest         : run unit tests on checking tools.
 unittest :
-       python bin/test_lesson_check.py
+       @bin/test_lesson_check.py
 
 ## lesson-files     : show expected names of generated files for debugging.
 lesson-files :