stb/tests/Makefile

8 lines
193 B
Makefile
Raw Normal View History

2017-01-16 12:09:50 +03:00
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