Skip to content

Commit

Permalink
build: update Makefile targets (#1285)
Browse files Browse the repository at this point in the history
  • Loading branch information
ookami-kb authored Feb 23, 2024
1 parent 03f9705 commit b76e134
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions packages/espressocash_app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,15 @@ deps_graph_features:
deps_cycles:
python3 ./tool/cycles.py deps.dot --only-shortest

build_landing:
flutter build web --web-renderer canvaskit --target lib/landing/main.dart

# Deprecated – remove when we're sure we don't need it
# ====================================================

publish_landing:
peanut --web-renderer canvaskit --extra-args "-t lib/landing/main.dart"

build_saga_release:
ifndef BUILD_NUMBER
$(error "BUILD_NUMBER must be set")
Expand All @@ -53,5 +62,4 @@ ifndef SOLANA_RPC_URL
endif
cd saga_publishing && npx dapp-store publish submit -k publisher.json -u $(SOLANA_RPC_URL) --requestor-is-authorized --complies-with-solana-dapp-store-policies

publish_landing:
peanut --web-renderer canvaskit --extra-args "-t lib/landing/main.dart"
# ====================================================

0 comments on commit b76e134

Please sign in to comment.