Makefile now build Universal binary.

This commit is contained in:
2026-01-08 13:12:29 -08:00
parent 83a8ca56e6
commit 2a6d9515c1

View File

@@ -5,7 +5,7 @@ APP_SPECIFIC_PASSWORD := $(shell cat ./ids/APP_SPECIFIC_PASSWORD)
exe = CmdBar
$(exe).app:
$(MAKE) -C src FLAGS=-O CFLAGS=-O3 default
$(MAKE) -C src FLAGS=-O CFLAGS=-O3 UNIVERSAL=1 default
container:
ditto -c -k --keepParent ./src/$(exe).app ./build/$(exe).zip