The C example now has its own makefile.
parent
84024fb05a
commit
6c078ffbca
|
@ -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