stb/tests/Makefile
Sean Barrett e29e2bfb12 makefile
2017-01-16 01:22:16 -08:00

8 lines
233 B
Makefile

32:
$(CC) -m32 -I.. ../stb_vorbis.c test_c_compilation.c
$(CC) -m32 -I.. ../stb_vorbis.c test_cpp_compilation.cpp
64:
$(CC) -m64 -I.. ../stb_vorbis.c test_c_compilation.c
$(CC) -m64 -I.. ../stb_vorbis.c test_cpp_compilation.cpp