mirror of
https://github.com/laravel-ls/uri
synced 2026-08-28 18:18:12 +02:00
all: add initial go project files
This commit is contained in:
parent
0914aa470d
commit
4c0c7d6771
5 changed files with 350 additions and 0 deletions
18
Makefile
Normal file
18
Makefile
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# ----------------------------------------------------------------------------
|
||||
# global
|
||||
|
||||
.DEFAULT_GOAL = static
|
||||
APP = uri
|
||||
CMD_PREFIX = $(PKG)/cmd/
|
||||
CMD = $(CMD_PREFIX)$(APP)
|
||||
|
||||
# ----------------------------------------------------------------------------
|
||||
# target
|
||||
|
||||
# ----------------------------------------------------------------------------
|
||||
# include
|
||||
|
||||
include hack/make/go.mk
|
||||
|
||||
# ----------------------------------------------------------------------------
|
||||
# overlays
|
||||
Loading…
Add table
Add a link
Reference in a new issue