mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 00:55:55 +00:00
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:
commit
ec092df1e8
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