Skip to content

Commit c9c7bf1

Browse files
committed
import stb_image and stb_image_write
1 parent 28de04e commit c9c7bf1

File tree

4 files changed

+8996
-1
lines changed

4 files changed

+8996
-1
lines changed

build-debug.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
mkdir -p bin/
2-
gcc -o bin/z64yartool -Og -g -Wall -Wextra -std=c99 -pedantic -Iinclude src/*.c
2+
gcc -o bin/z64yartool -Og -g -Wall -Wextra -Wno-unused-function -lm -std=c99 -pedantic -Iinclude src/*.c
33

0 commit comments

Comments
 (0)