diff options
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index bc757bf..cbd765c 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -4,7 +4,7 @@ INCLUDES = -I../include SRC = $(shell find -type f -name '*.c') BIN = $(SRC:%.c=%) -LDLIBS = -luv -l:libumumble.a +LDLIBS = -l:libumumble.a -luv LDFLAGS = -L.. .PHONY: all |