chore: no need for Makefile

This commit is contained in:
sanix-darker 2024-07-12 15:10:12 +02:00
parent d7bbb22ae4
commit 6ea36d38f3
No known key found for this signature in database
GPG Key ID: 02BD1EB7C7D57CD3
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
.PHONY: build run format
build:
cargo build
run: build
cargo run
format:
cargo fmt