From ecafa271ee616b641bc9956b4178ade1b145c573 Mon Sep 17 00:00:00 2001 From: Vitalii Elenhaupt Date: Sun, 4 Apr 2021 21:16:41 +0300 Subject: [PATCH] Freebsd compatiblity closes #167 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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