mirror of
https://gitlab.com/alemaire/buildx.git
synced 2025-01-10 18:43:29 +00:00
8 lines
91 B
Makefile
8 lines
91 B
Makefile
.DEFAULT: all
|
|
.PHONY: mc keycloak pgadmin4
|
|
|
|
all: mc keycloak pgadmin4
|
|
|
|
include */Makefile
|
|
|