summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2019-01-17 14:28:38 -0500
committerDave Reisner <dreisner@archlinux.org>2019-01-17 14:28:38 -0500
commit7f0dbcf2c601dec4806906006a1b18d2f23231ab (patch)
treeb842dcebca02aab03c001f38e939918bdc9bc103
parent0a6a4d08c69706542c88b831b456fcba8293dc2d (diff)
downloadasp32-7f0dbcf2c601dec4806906006a1b18d2f23231ab.tar.xz
Drop removed targets from .PHONY
Closes #27.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cbf4e7c..ead232a 100644
--- a/Makefile
+++ b/Makefile
@@ -54,4 +54,4 @@ install: all
install -Dm644 $(BASH_COMPLETION) $(DESTDIR)$(PREFIX)/share/bash-completion/completions/asp
install -Dm644 $(ZSH_COMPLETION) $(DESTDIR)$(PREFIX)/share/zsh/site-functions/_asp
-.PHONY: all clean install uninstall dist
+.PHONY: all clean install