mirror of
https://github.com/nothings/stb.git
synced 2025-12-29 01:04:38 +00:00
8 lines
201 B
Makefile
8 lines
201 B
Makefile
32:
|
|
$(CC) -m32 stb_vorbis.c test_c_compilation.c
|
|
$(CC) -m32 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
|