Build target

This commit is contained in:
Imbus 2025-01-28 13:41:39 +01:00
parent 47955a6be1
commit 2db05d7fc6

View file

@ -12,6 +12,10 @@ help:
@echo " container - Build an OCI container (requires podman)"
@echo " help - Show this help message"
build: $(RELEASE_NAME)
make -C ./rex_client REX_VERSION=$(REX_VERSION)
make -C ./rex_server REX_VERSION=$(REX_VERSION)
release: $(RELEASE_NAME)
make -C ./rex_client REX_VERSION=$(REX_VERSION)
make -C ./rex_server REX_VERSION=$(REX_VERSION)