Explorar o código

Fix path to crt0.o and libc.a

Jeremy Soller %!s(int64=6) %!d(string=hai) anos
pai
achega
83cb46afd8
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      tests/Makefile

+ 2 - 2
tests/Makefile

@@ -131,10 +131,10 @@ CFLAGS=\
 	-I ../target/openlibm/src \
 
 HEADLIBS=\
-	../target/debug/crt0.o
+	../target/release/crt0.o
 
 TAILLIBS=\
-	../target/debug/libc.a \
+	../target/release/libc.a \
 	../target/openlibm/libopenlibm.a
 
 %: %.c $(HEADLIBS) $(TAILLIBS)