diff --git a/Makefile b/Makefile index b53997f..a73cae5 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +SHELL := /bin/bash + ifeq ($(PREFIX),) PREFIX := /usr/local endif @@ -35,4 +37,4 @@ run: build/stormfetch clean: rm -r build/ -.PHONY: build \ No newline at end of file +.PHONY: build