letterbox/web/Makefile
2024-01-06 08:52:42 -08:00

9 lines
211 B
Makefile

.PHONY: all
APP=letterbox
# Build in release mode and push to minio for serving.
all:
trunk build --release
mc mirror m/$(APP)/ /tmp/$(APP)-$(shell date +%s)
mc mirror --overwrite --remove dist/ m/$(APP)/