]> Pileus Git - lackey/blobdiff - makefile
Add full boxes
[lackey] / makefile
index e8bd692a458ac43933e03c9b346b56ece658dff1..0f58f12ce39f0cc8d66a9fa34a9a3eea10cfd2c3 100644 (file)
--- 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)