The C example now has its own makefile.
This commit is contained in:
parent
84024fb05a
commit
6c078ffbca
7
c-example/makefile
Normal file
7
c-example/makefile
Normal file
@ -0,0 +1,7 @@
|
||||
all: build
|
||||
|
||||
build:
|
||||
gcc -o example ./example.c -L ../zig-out/lib/ -lhexa
|
||||
|
||||
run: build
|
||||
LD_LIBRARY_PATH=../zig-out/lib/ ./example
|
Loading…
Reference in New Issue
Block a user