Skip to content

Commit

Permalink
app: fix broken build targets
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfi committed Jan 21, 2025
1 parent 1b75a2a commit bb624ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bin/app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ android: android-release

# Platform release builds

macos-release: release-build
macos-release: build-release
-mv darkfi-app darkfi-app.macos
macos-debug: debug-build
macos-debug: build-debug
-mv darkfi-app darkfi-app_debug.macos
linux-release: release-build
linux-release: build-release
-mv darkfi-app darkfi-app.linux
linux-debug: debug-build
linux-debug: build-debug
-mv darkfi-app darkfi-app_debug.linux
win-release: $(SRC) fonts
cargo build --release $(RELEASE_FEATURES)
Expand Down

0 comments on commit bb624ee

Please sign in to comment.