Sean Barrett 8 년 전
부모
커밋
e29e2bfb12
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      tests/Makefile

+ 4 - 4
tests/Makefile

@@ -1,7 +1,7 @@
 32:
-	$(CC) -m32 stb_vorbis.c test_c_compilation.c
-	$(CC) -m32 stb_vorbis.c test_cpp_compilation.cpp
+	$(CC) -m32 -I.. ../stb_vorbis.c test_c_compilation.c
+	$(CC) -m32 -I.. ../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
+	$(CC) -m64 -I.. ../stb_vorbis.c test_c_compilation.c
+	$(CC) -m64 -I.. ../stb_vorbis.c test_cpp_compilation.cpp