stb/tests/Makefile
Sean Barrett cf6d17cd74 makefile
2017-01-16 01:28:11 -08:00

10 lines
289 B
Makefile

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