Skip to content

Commit

Permalink
chore(makefile): add run target (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyu08 authored Jan 25, 2025
1 parent 376bd56 commit f7a972b
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
@@ -1,9 +1,9 @@
export
RUST_BACKTRACE=full

.PHONY: curl-test
curl-test:
curl -sSL https://example.com | jq
.PHONY: run
run:
@cargo run

# https://example.com
.PHONY: ci
Expand Down

0 comments on commit f7a972b

Please sign in to comment.