10 lines
219 B
Makefile
10 lines
219 B
Makefile
SHELL := bash
|
|
NAME := app-registry
|
|
|
|
include ../../.bingo/Variables.mk
|
|
include ../../.make/default.mk
|
|
include ../../.make/recursion.mk
|
|
include ../../.make/go.mk
|
|
include ../../.make/release.mk
|
|
include ../../.make/docs.mk
|