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"