Sean Barrett пре 8 година
родитељ
комит
21913be792
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 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
+	$(CC) -m64 stb_vorbis.c test_c_compilation.c
+	$(CC) -m64 stb_vorbis.c test_cpp_compilation.cpp