Add "test" to PHONY list in Makefile

This commit is contained in:
Cody Soyland 2017-06-05 15:45:36 -05:00
parent f066d1e125
commit fd2592e261

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)