Merge pull request #605 from codysoyland/fix-test-command

Add "test" to PHONY list in Makefile.

This fixes the "make: `test' is up to date." message we are getting after "test" directory added to the repo.
This commit is contained in:
Cody Soyland 2017-06-05 17:03:16 -04:00 committed by GitHub
commit ec092df1e8

View file

@ -1,4 +1,4 @@
.PHONY: glide vendor-update docker pilosa crossbuild install generate statik release
.PHONY: glide vendor-update docker pilosa crossbuild install generate statik release test
GLIDE := $(shell command -v glide 2>/dev/null)
STATIK := $(shell command -v statik 2>/dev/null)