16 lines
405 B
Makefile
16 lines
405 B
Makefile
# ----------------------------------------------------------------------------
|
|
# global
|
|
|
|
.DEFAULT_GOAL = test
|
|
|
|
# ----------------------------------------------------------------------------
|
|
# target
|
|
|
|
# ----------------------------------------------------------------------------
|
|
# include
|
|
|
|
include hack/make/go.mk
|
|
|
|
# ----------------------------------------------------------------------------
|
|
# overlays
|