diff --git a/Makefile b/Makefile index e2c5d85..43eb1eb 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,9 @@ bash: docker-compose run --rm dev build: + clear cargo build run: + clear cargo run