mirror of
https://github.com/laravel-ls/uri
synced 2026-06-16 18:10:03 +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
|
||||
|
||||
.DEFAULT_GOAL = static
|
||||
APP = uri
|
||||
CMD_PREFIX = $(PKG)/cmd/
|
||||
CMD = $(CMD_PREFIX)$(APP)
|
||||
.DEFAULT_GOAL = test
|
||||
|
||||
# ----------------------------------------------------------------------------
|
||||
# target
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue