diff --git a/test/Makefile b/test/Makefile index f5881c8..5858c9b 100644 --- a/test/Makefile +++ b/test/Makefile @@ -30,7 +30,7 @@ test_run: libsml test @./test test : $(UNITY) $(OBJS) $(LIBSML) - $(CC) $(CFLAGS) $(LIBSML) $^ test_main.c -o test + $(CC) $(CFLAGS) $(LIBS) $(LIBSML) $^ test_main.c -o test .PHONY: code libsml :