mirror of
https://github.com/mendableai/firecrawl.git
synced 2024-11-16 11:42:24 +08:00
11 lines
89 B
Makefile
11 lines
89 B
Makefile
.PHONY: build run format
|
|
|
|
build:
|
|
cargo build
|
|
|
|
run: build
|
|
cargo run
|
|
|
|
format:
|
|
cargo fmt
|