From 209835bc9fade5dc6694158f7e6696ab8e5b53a2 Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Tue, 24 Jul 2018 14:12:56 +0200 Subject: last debug makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 586ce57..736fb36 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ PYTHON=python3 -branch := $(eval git symbolic-ref --short -q HEAD) +branch := $(shell git symbolic-ref --short -q HEAD) help : @echo "The following make targets are available:" @@ -58,7 +58,7 @@ rdoc : notebook : ipython notebook --matplotlib=inline --notebook-dir=notebooks/ -bench : FORCE +bench : @echo 'Branch master' git checkout master #python3 $(script) -- cgit v1.2.3