stb/tests/Makefile

8 lines
233 B
Makefile
Raw Normal View History

2017-01-16 04:09:50 -05:00
32:
2017-01-16 04:22:16 -05:00
$(CC) -m32 -I.. ../stb_vorbis.c test_c_compilation.c
$(CC) -m32 -I.. ../stb_vorbis.c test_cpp_compilation.cpp
2017-01-16 04:09:50 -05:00
64:
2017-01-16 04:22:16 -05:00
$(CC) -m64 -I.. ../stb_vorbis.c test_c_compilation.c
$(CC) -m64 -I.. ../stb_vorbis.c test_cpp_compilation.cpp