diff options
author | kitsunyan | 2018-03-14 22:46:28 +0000 |
---|---|---|
committer | kitsunyan | 2018-03-14 22:46:28 +0000 |
commit | c09885fbad8d73506982d128c12603fdc82ec5ee (patch) | |
tree | 2987d00c06c993cf7cb56ab468c91a4fe6c74cc1 | |
parent | 9fceba899e954d77b0aee27d3f084bab4728a770 (diff) |
Add "uninstall" to phony targets
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} \ |