From 9107685eec4a55ecd0866b725df14ca568da32a3 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sun, 29 Sep 2019 21:21:28 -0400 Subject: nserver/Makefile: Update tests. Replace CFLAGS with LDLIBS. --- nserver/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nserver/Makefile b/nserver/Makefile index 9fabe89..82eb479 100644 --- a/nserver/Makefile +++ b/nserver/Makefile @@ -36,7 +36,7 @@ build: # The Unit Tests .PHONY: tests -tests: CFLAGS += $(TARGET) +tests: LDLIBS += $(TARGET) -lm tests: $(TESTS) sh ./tests/runtests.sh -- cgit v1.2.3