Added bash prefix to get_resources.sh call to make it work without making it executable
This commit is contained in:
parent
7a07d2c8c8
commit
787b1498dc
2
Makefile
2
Makefile
@ -1,5 +1,5 @@
|
|||||||
default:
|
default:
|
||||||
./get_resources.sh
|
bash ./get_resources.sh
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
cd build && cmake .. && make
|
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"
|
@echo "\033[0;37;44mYou can now copy the directory \033[0;37;40mspintrum\033[0;37;44m to your Python installation.\033[0m"
|
||||||
|
Loading…
Reference in New Issue
Block a user