From 8898f95ea9346d1c40916648a8127339a89adf83 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 6 Apr 2021 16:48:40 +0200 Subject: Begin working on checklist MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b0afb6b..5263ef4 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,7 @@ CALLTYPE = multicall-hardlinks BIN =\ backlight\ + checklist\ clock\ counter\ dice\ @@ -71,6 +72,9 @@ large-minus.c: large.sh backlight: backlight.o $(CC) -o $@ $@.o $(LDFLAGS) +checklist: checklist.o + $(CC) -o $@ $@.o $(LDFLAGS) + clock: clock.o large-digits.o large-colon.o $(CC) -o $@ $@.o large-digits.o large-colon.o $(LDFLAGS) -- cgit v1.2.3-70-g09d2