From 94a719dbc471c4fcdde02c69042a2235dff95039 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Tue, 18 Sep 2018 23:15:40 +0200 Subject: add travis-ci --- Makefile.linux | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.linux') diff --git a/Makefile.linux b/Makefile.linux index 03a17a6..6c187b3 100644 --- a/Makefile.linux +++ b/Makefile.linux @@ -1,5 +1,7 @@ PROG = watch -LDFLAGS += -lncurses -lbsd +LIBS = ncurses libbsd-overlay +CFLAGS += $(shell pkg-config --cflags $(LIBS)) +LDLIBS += $(shell pkg-config --libs $(LIBS)) all: ${PROG} -- cgit v1.2.3