X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=makefile;h=0f58f12ce39f0cc8d66a9fa34a9a3eea10cfd2c3;hb=fecb2a31d7ed98cae0f98f907fffb3937050bde1;hp=e8bd692a458ac43933e03c9b346b56ece658dff1;hpb=b9a8d20bc5dba484a6ab23ac715dc02a3ae86f7d;p=lackey diff --git a/makefile b/makefile index e8bd692..0f58f12 100644 --- a/makefile +++ b/makefile @@ -4,15 +4,15 @@ CC ?= gcc CFLAGS ?= -Wall --std=c99 CPPFLAGS ?= -Isrc -LDFLAGS ?= -lncursesw +LDFLAGS ?= -lncursesw -lical # Sources PROG = lackey PROG_SRC = main screen date event util TEST = test -TEST_SRC = test date +TEST_SRC = test date util VIEWS = day week month year todo notes settings help -CALS = dummy +CALS = dummy ical # Targets all: $(PROG) $(TEST)