Skip to content

Commit b000807

Browse files
committed
upate makefile
1 parent f852e3b commit b000807

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
@@ -1,7 +1,7 @@
11

22

33
PYTHON=python3
4-
branch := $(git symbolic-ref --short -q HEAD)
4+
branch := $(eval git symbolic-ref --short -q HEAD)
55

66
help :
77
@echo "The following make targets are available:"
@@ -58,7 +58,7 @@ rdoc :
5858
notebook :
5959
ipython notebook --matplotlib=inline --notebook-dir=notebooks/
6060

61-
bench :
61+
bench : FORCE
6262
@echo 'Branch master'
6363
git checkout master
6464
#python3 $(script)

0 commit comments

Comments
 (0)