aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRafael Laboissière <rafael@laboissiere.net>2025-06-25 12:50:20 +0200
committerRafael Laboissière <rafael@laboissiere.net>2025-06-25 12:50:20 +0200
commitbb7d647de14edd62636990337e76680a57cc7c59 (patch)
tree8906f12c4aca1aa306413e94c72aa74b2f6c207d /Makefile
parente15d693f2b778c22102320db1354e4d11561db37 (diff)
Rename target install ⇒ install-www
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7024876..fd57dc7 100644
--- a/Makefile
+++ b/Makefile
@@ -12,8 +12,8 @@ build-stamp: $(BUILD)
mkdir -p $(REPODATA)
touch build-stamp
-.PHONY: install
-install: build-stamp
+.PHONY: install-www
+install-www: build-stamp
mkdir -p $(WWWDIR)
chown -R '$(USER):$(USER)' $(WWWDIR)
install --mode=644 www/$(INDEX) www/$(GPGKEY) $(WWWDIR)