Skip to content

Commit

Permalink
feat: add makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ndavd committed Jan 5, 2024
1 parent 5c29410 commit 45a5eac
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
CC=cargo

default: build-release

build-release: FORCE
$(CC) b --release

clean: FORCE
-rm -r target

FORCE:

0 comments on commit 45a5eac

Please sign in to comment.