]> Pileus Git - lackey/blobdiff - makefile
Start on iCalendar support
[lackey] / makefile
index e8bd692a458ac43933e03c9b346b56ece658dff1..0162b3a9d80ffb4fc2a5e8faeeb07dd867d55baa 100644 (file)
--- a/makefile
+++ b/makefile
@@ -4,7 +4,7 @@
 CC       ?= gcc
 CFLAGS   ?= -Wall --std=c99
 CPPFLAGS ?= -Isrc
-LDFLAGS  ?= -lncursesw
+LDFLAGS  ?= -lncursesw -lical
 
 # Sources
 PROG      = lackey
@@ -12,7 +12,7 @@ PROG_SRC  = main screen date event util
 TEST      = test
 TEST_SRC  = test date
 VIEWS     = day week month year todo notes settings help
-CALS      = dummy
+CALS      = dummy ical
 
 # Targets
 all: $(PROG) $(TEST)