1
0
Fork 0
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:
Koichi Shiraishi 2019-05-03 03:28:05 +09:00
parent c2efe8eb04
commit 09e2dfa002
No known key found for this signature in database
GPG key ID: A71DFD3B4DA7A79B

View file

@ -1,10 +1,7 @@
# ----------------------------------------------------------------------------
# global
.DEFAULT_GOAL = static
APP = uri
CMD_PREFIX = $(PKG)/cmd/
CMD = $(CMD_PREFIX)$(APP)
.DEFAULT_GOAL = test
# ----------------------------------------------------------------------------
# target