makefile
This commit is contained in:
parent
a235b6cd44
commit
d71aea034b
@ -2,9 +2,9 @@ INCLUDE = -I..
|
|||||||
DEFINES = -DSTB_C_LEXER_SELF_TEST
|
DEFINES = -DSTB_C_LEXER_SELF_TEST
|
||||||
|
|
||||||
32:
|
32:
|
||||||
$(CC) -m32 $(INCLUDE) $(DEFINES) ../stb_vorbis.c test_c_compilation.c ../stb.c -lm
|
$(CC) -m32 $(INCLUDE) $(DEFINES) ../stb_vorbis.c test_c_compilation.c stb.c -lm
|
||||||
$(CC) -m32 $(INCLUDE) $(DEFINES) ../stb_vorbis.c test_cpp_compilation.cpp -lm
|
$(CC) -m32 $(INCLUDE) $(DEFINES) ../stb_vorbis.c test_cpp_compilation.cpp -lm
|
||||||
|
|
||||||
64:
|
64:
|
||||||
$(CC) -m64 $(INCLUDE) $(DEFINES) ../stb_vorbis.c test_c_compilation.c ../stb.c -lm
|
$(CC) -m64 $(INCLUDE) $(DEFINES) ../stb_vorbis.c test_c_compilation.c stb.c -lm
|
||||||
$(CC) -m64 $(INCLUDE) $(DEFINES) ../stb_vorbis.c test_cpp_compilation.cpp -lm
|
$(CC) -m64 $(INCLUDE) $(DEFINES) ../stb_vorbis.c test_cpp_compilation.cpp -lm
|
||||||
|
Loading…
Reference in New Issue
Block a user