mirror of
https://github.com/laravel-ls/uri
synced 2026-06-16 10:04:55 +02:00
15 lines
405 B
Makefile
15 lines
405 B
Makefile
# ----------------------------------------------------------------------------
|
|
# global
|
|
|
|
.DEFAULT_GOAL = test
|
|
|
|
# ----------------------------------------------------------------------------
|
|
# target
|
|
|
|
# ----------------------------------------------------------------------------
|
|
# include
|
|
|
|
include hack/make/go.mk
|
|
|
|
# ----------------------------------------------------------------------------
|
|
# overlays
|