aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkitsunyan2018-03-14 22:46:28 +0000
committerkitsunyan2018-03-14 22:46:28 +0000
commitc09885fbad8d73506982d128c12603fdc82ec5ee (patch)
tree2987d00c06c993cf7cb56ab468c91a4fe6c74cc1 /Makefile
parent9fceba899e954d77b0aee27d3f084bab4728a770 (diff)
Add "uninstall" to phony targets
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8fee482..8d1579d 100644
--- a/Makefile
+++ b/Makefile
@@ -71,7 +71,7 @@ ASCIIDOC_OPTIONS = \
-a mansource='Pakku' \
-a manversion="${RVERSION}"
-.PHONY: all clean install distcheck
+.PHONY: all clean install uninstall distcheck
all: \
${TARGETS} \