mirror of
https://github.com/nothings/stb
synced 2024-12-15 12:22:55 +03:00
makefile
This commit is contained in:
parent
ea2b06976c
commit
e29e2bfb12
@ -1,7 +1,7 @@
|
||||
32:
|
||||
$(CC) -m32 stb_vorbis.c test_c_compilation.c
|
||||
$(CC) -m32 stb_vorbis.c test_cpp_compilation.cpp
|
||||
$(CC) -m32 -I.. ../stb_vorbis.c test_c_compilation.c
|
||||
$(CC) -m32 -I.. ../stb_vorbis.c test_cpp_compilation.cpp
|
||||
|
||||
64:
|
||||
$(CC) -m64 stb_vorbis.c test_c_compilation.c
|
||||
$(CC) -m64 stb_vorbis.c test_cpp_compilation.cpp
|
||||
$(CC) -m64 -I.. ../stb_vorbis.c test_c_compilation.c
|
||||
$(CC) -m64 -I.. ../stb_vorbis.c test_cpp_compilation.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user