Skip to content

Commit

Permalink
add Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
fazibear committed Oct 22, 2023
1 parent cc858ff commit d71b9a0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions fazic_sdl/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
LIBRARY_PATH="$LIBRARY_PATH:$(brew --prefix)/lib"

all: run

run: build
cargo run

.PHONY: build
build:
cargo build


0 comments on commit d71b9a0

Please sign in to comment.