mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
Add "test" to PHONY list in Makefile
This commit is contained in:
parent
f066d1e125
commit
fd2592e261
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue