aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 6 insertions, 6 deletions
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