From 787b1498dc6be7e461f0a7acbfdb4fe62dc08ae9 Mon Sep 17 00:00:00 2001 From: Samer Afach Date: Sat, 14 Jan 2017 19:06:02 +0100 Subject: [PATCH] Added bash prefix to get_resources.sh call to make it work without making it executable --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9ea588a..d6feed3 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ default: - ./get_resources.sh + bash ./get_resources.sh mkdir -p build cd build && cmake .. && make @echo "\033[0;37;44mYou can now copy the directory \033[0;37;40mspintrum\033[0;37;44m to your Python installation.\033[0m"