chore(makefile): detail, to always build lib before tests

This commit is contained in:
Simon Cruanes 2018-01-21 15:59:10 -06:00
parent c53a550822
commit c7483ade3b

View file

@ -4,7 +4,7 @@ all: build test
build:
jbuilder build @install
test:
test: build
jbuilder runtest --no-buffer
clean: