Skip to content

Commit

Permalink
update: Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
nanato12 committed Nov 29, 2023
1 parent 23ca7f5 commit 5bf9cd7
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
.PHONY: env
env:
test -f .env || cp .env.template .env

.PHONY: generate
generate:
cargo run -p generator

.PHONY: run-sample
run-sample:
cargo run -p sample
.PHONY: run-actix-sample
run-actix-sample:
cargo run --example actix-sample --features="actix_support"

0 comments on commit 5bf9cd7

Please sign in to comment.