diff --git a/web/Makefile b/web/Makefile deleted file mode 100644 index 870ec31..0000000 --- a/web/Makefile +++ /dev/null @@ -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)/