aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authortoni <matzeton@googlemail.com>2015-11-17 17:12:55 +0100
committertoni <matzeton@googlemail.com>2015-11-17 17:12:55 +0100
commit52a0dc4e34889317f4fec73a0a2f4069efa69ace (patch)
treee3bfb2c62f86f43d3de7af89e23da7075749193d /tests/Makefile
parente674872a17825b6a9e48464ff80ced9b3e44ec46 (diff)
ncurses test
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
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))