Skip to content

Commit f852e3b

Browse files
committed
update makefile
1 parent cfffaeb commit f852e3b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ notebook :
5959
ipython notebook --matplotlib=inline --notebook-dir=notebooks/
6060

6161
bench :
62-
echo 'Branch master'
62+
@echo 'Branch master'
6363
git checkout master
64-
python3 $(script)
65-
echo 'Branch $(branch)'
64+
#python3 $(script)
65+
@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)