web: remove obsolete Makefile

This commit is contained in:
Bill Thiede 2024-09-01 16:09:04 -07:00
parent 100865c923
commit f9ab7284a3

View File

@ -1,8 +0,0 @@
.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)/