makefile for tests

This commit is contained in:
Sean Barrett
2017-01-16 01:09:50 -08:00
parent 96620a3a54
commit fc5668cdac
2 changed files with 13 additions and 0 deletions

7
tests/Makefile Normal file
View 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