Files
DragonOS/build-scripts/Makefile

7 lines
69 B
Makefile

.PHONY: fmt
fmt:
cargo fmt --all $(FMT_CHECK)
clean:
@cargo clean