diff -r e7459e9fbed2 -r 488178e3e328 make/Makefile.mk --- a/make/Makefile.mk Sun Nov 30 14:40:47 2025 +0100 +++ b/make/Makefile.mk Sun Nov 30 18:15:46 2025 +0100 @@ -32,10 +32,10 @@ include config.mk BUILD_DIRS = build/bin build/lib -BUILD_DIRS += build/application build/ucx +BUILD_DIRS += build/application build/client build/ucx BUILD_DIRS += build/ui/common build/ui/$(TOOLKIT) -all: $(BUILD_DIRS) ucx ui application +all: $(BUILD_DIRS) ucx ui application client make/$(PACKAGE_SCRIPT) $(BUILD_DIRS): @@ -50,5 +50,8 @@ application: ui FORCE cd application; $(MAKE) +client: ui FORCE + cd client; $(MAKE) + FORCE: