aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5e9411d..a1f017c 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ VERSION = 0.0
PREFIX = /usr/local
CC = cc
DIR = src
-OBJS = $(DIR)/draw.o $(DIR)/calp.o
+OBJS = $(DIR)/draw.o $(DIR)/calp.o $(DIR)/date.o
LIBS = -lcairo
.PHONY: clean all install