summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGalen Abell <galen@galenabell.com>2021-03-24 19:49:57 +0100
committerHubert Hirtz <hubert@hirtz.pm>2021-03-25 11:52:16 +0100
commit667d1d112b3c265ca567916e14e9880929f534c0 (patch)
tree9f88a77dfdda7fa583497ec87a7eeecbb543f694 /Makefile
parentAdd Makefile (diff)
Add PHONY Makefile targets
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8cc57e5..da150ec 100644
--- a/Makefile
+++ b/Makefile
@@ -31,3 +31,5 @@ uninstall:
$(RM) $(DESTDIR)$(PREFIX)/$(BINDIR)/senpai
$(RM) $(DESTDIR)$(PREFIX)/$(MANDIR)/man1/senpai.1
$(RM) $(DESTDIR)$(PREFIX)/$(MANDIR)/man5/senpai.5
+
+.PHONY: all senpai clean install uninstall