Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Benji <[email protected]>
  • Loading branch information
Benji377 authored Apr 28, 2023
1 parent 9461dc9 commit 4772de2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ install:
npm install
@echo ">>>> Done!"

build:
build: install
@echo ">>>> Building release"
cargo tauri build
@echo ">>>> Done!"

test:
test: install
@echo ">>>> Executing cargo tests"
cd /src-tauri/ && \
cargo test
cargo test

0 comments on commit 4772de2

Please sign in to comment.