From 2824c6265a39e4f49ef27ab6c26539492581c96e Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 19 Feb 2026 17:57:05 +0100 Subject: misc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6a087e0..c291ef6 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,8 @@ BIN =\ dice\ dogwhistle\ stopwatch\ - timer + timer\ + tuner HDR =\ common.h\ @@ -94,6 +95,9 @@ stopwatch: stopwatch.o timer: timer.o large-digits.o large-colon.o large-dot.o large-minus.o $(CC) -o $@ $@.o large-digits.o large-colon.o large-dot.o large-minus.o $(LDFLAGS) +tuner: tuner.o + $(CC) -o $@ $@.o $(LDFLAGS) + install-common: mkdir -p -- "$(DESTDIR)$(MANPREFIX)/man1" cp -- $(MAN1) "$(DESTDIR)$(MANPREFIX)/man1" -- cgit v1.2.3-70-g09d2