Added bash prefix to get_resources.sh call to make it work without making it executable

This commit is contained in:
Samer Afach 2017-01-14 19:06:02 +01:00
parent 7a07d2c8c8
commit 787b1498dc
1 changed files with 1 additions and 1 deletions

View File

@ -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"