diff --git a/Makefile b/Makefile index e0c86115..d52fa085 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -CRYSTAL_BIN ?= $(shell which crystal) -SHARDS_BIN ?= $(shell which shards) +CRYSTAL_BIN ?= crystal +SHARDS_BIN ?= shards PREFIX ?= /usr/local SHARD_BIN ?= ../../bin