diff options
author | toni <matzeton@googlemail.com> | 2015-11-17 17:12:55 +0100 |
---|---|---|
committer | toni <matzeton@googlemail.com> | 2015-11-17 17:12:55 +0100 |
commit | 52a0dc4e34889317f4fec73a0a2f4069efa69ace (patch) | |
tree | e3bfb2c62f86f43d3de7af89e23da7075749193d /tests/Makefile | |
parent | e674872a17825b6a9e48464ff80ced9b3e44ec46 (diff) |
ncurses test
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 2 |
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)) |