From a05b0ee5f97769bbe473bf7398a1a003c6a5c77f Mon Sep 17 00:00:00 2001 From: raven Date: Tue, 10 Feb 2026 16:54:07 -0600 Subject: fix makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 678ea1e..10d75cd 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ all: talk talkd clean: rm -f talk talkd -.PHONY: clean +.PHONY: clean talk talkd install: all mkdir -p /usr/local/bin/ -- cgit v1.2.3