Skip to content

Commit a228d14

Browse files
committed
last update makefile
1 parent 66816cb commit a228d14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ notebook :
6161
bench :
6262
@echo 'Branch master'
6363
git checkout master
64-
#python3 $(script)
64+
python3 $(script)
6565
@echo 'Branch $(branch)'
6666
git checkout $(branch)
67-
#python3 $(script)
67+
python3 $(script)
6868

6969
autopep8 :
7070
autopep8 -ir test ot examples --jobs -1

0 commit comments

Comments
 (0)