From 52a0dc4e34889317f4fec73a0a2f4069efa69ace Mon Sep 17 00:00:00 2001 From: toni Date: Tue, 17 Nov 2015 17:12:55 +0100 Subject: ncurses test --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/Makefile') diff --git a/tests/Makefile b/tests/Makefile index 8afc274..a8b0e29 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,5 +1,5 @@ CFLAGS = -Wall -g -LDFLAGS = -lpthread -lrt +LDFLAGS = -lpthread -lrt -lncurses CC = gcc SOURCES = $(wildcard *.c) BINARIES = $(patsubst %.c,%,$(SOURCES)) -- cgit v1.2.3