X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=tests%2FMakefile;h=6da4dd77f1d9d2cba77b8b9004ddb6b0b30cf425;hb=af50453fe474a1e0b26900493427459de82119e7;hp=b050eda33cc87e465f55d3558c8a2a05945d58c8;hpb=a0be49ff8fda77c328424c09d6d0ad4a9f7e8f66;p=rrq%2Frrqmisc.git diff --git a/tests/Makefile b/tests/Makefile index b050eda..6da4dd7 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -5,7 +5,7 @@ BIN = ${SRC:.c=} default: ${BIN} CFLAGS = -Wall -I../vector -g -fmax-errors=1 -LDLIBS = -L../vector -lvector +LDLIBS = -L../vector -lvector -lm .INTERMEDIATE: ${OBJ}