Skip to content

Commit

Permalink
update: Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
nanato12 committed Nov 30, 2023
1 parent 76773e3 commit 49ba740
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ generate:
.PHONY: run-actix-sample
run-actix-sample:
cargo run --example actix-sample --features="actix_support"

.PHONY: run-rocket-sample
run-rocket-sample:
cargo run --example rocket-sample --features="rocket_support"

0 comments on commit 49ba740

Please sign in to comment.