From 46345060aa9414aad838acad2af11176fa094891 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Thu, 22 Jul 2021 11:26:23 +0200 Subject: Rename to when This is to resolve the name conflict with another program called watch, which is for watching command output. --- Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1770934..5a07973 100644 --- a/Makefile +++ b/Makefile @@ -2,12 +2,12 @@ BINDIR = /usr/local/bin MANDIR = /usr/local/man CFLAGS = -Wall -Wextra -pedantic -O2 -all: watch +all: when -install: watch - cp watch $(BINDIR)/watch - cp watch.1 $(MANDIR)/man1/watch.1 +install: when + cp when $(BINDIR)/when + cp when.1 $(MANDIR)/man1/when.1 uninstall: - rm $(BINDIR)/watch - rm $(MANDIR)/man1/watch.1 + rm $(BINDIR)/when + rm $(MANDIR)/man1/when.1 -- cgit v1.2.3