From f98ef76a45198a58467a68d110dab4b6013e14de Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 9 Jun 2021 16:35:13 +0200 Subject: Add dogwhistle 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 5263ef4..6a087e0 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,7 @@ BIN =\ clock\ counter\ dice\ + dogwhistle\ stopwatch\ timer @@ -84,6 +85,9 @@ counter: counter.o large-digits.o large-minus.o dice: dice.o $(CC) -o $@ $@.o $(LDFLAGS) +dogwhistle: dogwhistle.o + $(CC) -o $@ $@.o $(LDFLAGS) + stopwatch: stopwatch.o $(CC) -o $@ $@.o $(LDFLAGS) -- cgit v1.2.3-70-g09d2