mirror of
https://github.com/nothings/stb.git
synced 2026-07-13 18:20:28 +00:00
makefile for tests
This commit is contained in:
7
tests/Makefile
Normal file
7
tests/Makefile
Normal file
@@ -0,0 +1,7 @@
|
||||
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
|
||||
Reference in New Issue
Block a user