Fix Makefile

This commit is contained in:
Mitchell Hashimoto
2015-09-27 23:21:12 -07:00
parent 89cee34181
commit c7997bbb7b

View File

@@ -13,7 +13,7 @@ all: deps format
@mkdir -p bin/
@bash --norc -i ./scripts/build.sh
bin: generate
bin:
@sh -c "'$(CURDIR)/scripts/build.sh'"
cov: