diff --git a/Makefile b/Makefile index c83733e..6b967da 100644 --- a/Makefile +++ b/Makefile @@ -13,3 +13,7 @@ run: # Build the project build: cargo build + +# Create relase binary +release: clean + cargo build --release \ No newline at end of file