summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2021-06-25 23:13:15 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2021-06-25 23:13:15 +0200
commita024ed5376d3c6c0ca88294519ee44179a60cd38 (patch)
tree31ca824cc3dc4495da44569c2e3fc66eb0712918
parent9824d95142715d28a507c56aba39ef978fc69680 (diff)
Makefile: install: Make .PHONY install filesv0.1.2
Files should always be installed. Use .PHONY Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 14a6c9f..b65666b 100644
--- a/Makefile
+++ b/Makefile
@@ -109,6 +109,10 @@ builddirs:
$(info - MKDIR builddirs)
$(MKDIR) $(builddirs)
+.PHONY: $(bin)
+.PHONY: $(data)
+.PHONY: $(doc)
+
$(bin): $(_bindir)/%: | installdirs
$(info - INSTALL $@)
$(INSTALL_PROGRAM) -T $(BIN_DIR)/$* $@