summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2009-10-26 03:22:06 +0000
committerDimitri Sokolyuk <demon@dim13.org>2009-10-26 03:22:06 +0000
commit33000dfc5ae4aed280a77612ffb23e295b4a54e7 (patch)
treecdb9154f0c8176a5982b0bc2ab622bb5ce17908e /Makefile
parent75e087d23ff74441387475d5bb022f293f8e7a21 (diff)
add 7-segment display
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d253627..16be279 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
# $Id$
PROG= aclock
-SRCS= aclock.c textclock.c
+SRCS= aclock.c textclock.c 7seg.c
LDADD= -lcurses -lm
NOMAN=