mirror of
https://github.com/laravel-ls/uri
synced 2026-08-23 15:48:13 +02:00
Makefile: fix .DEFAULT_GOAL
This commit is contained in:
parent
c2efe8eb04
commit
09e2dfa002
1 changed files with 1 additions and 4 deletions
5
Makefile
5
Makefile
|
|
@ -1,10 +1,7 @@
|
||||||
# ----------------------------------------------------------------------------
|
# ----------------------------------------------------------------------------
|
||||||
# global
|
# global
|
||||||
|
|
||||||
.DEFAULT_GOAL = static
|
.DEFAULT_GOAL = test
|
||||||
APP = uri
|
|
||||||
CMD_PREFIX = $(PKG)/cmd/
|
|
||||||
CMD = $(CMD_PREFIX)$(APP)
|
|
||||||
|
|
||||||
# ----------------------------------------------------------------------------
|
# ----------------------------------------------------------------------------
|
||||||
# target
|
# target
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue