summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 358fb85..9f73187 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -46,6 +46,7 @@ C_OBJS := log.o \
l_sig_handler.o \
l_rawio.o \
l_util.o \
+ l_timer.o \
gcsd.o
C_SRCS := $(C_OBJS:%.o=%.c)