Compare commits
2 Commits
84024fb05a
...
83d25e0822
Author | SHA1 | Date | |
---|---|---|---|
83d25e0822 | |||
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