summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2021-04-09 23:22:03 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2021-04-09 23:22:03 +0200
commit770090a4b2c3775f4b269825504e600aed4eb40e (patch)
tree9c6c2d585b309cafb15f135e03809f0642b9814e
parent88db50d3b1f429c9f3c749fec25deef2ae58f9e4 (diff)
Makefile: cosmetic
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 8c64fd4..aa9e5d4 100644
--- a/Makefile
+++ b/Makefile
@@ -58,6 +58,10 @@ all: man
.PHONY: config
config: submodules
+.PHONY: submodules
+submodules:
+ git submodule init && git submodule update;
+
.PHONY: Dockerfile
Dockerfile:
@echo ' Update Dockerfile ARGs';
@@ -81,10 +85,6 @@ digest:
$(CURDIR)/etc/kubernetes/manifests/030_deploy.yaml \
$(CURDIR)/etc/swarm/manifests/compose.yaml;
-.PHONY: submodules
-submodules:
- git submodule init && git submodule update;
-
.PHONY: html
html: | builddirs-html
cd $(MANDIR_)/ && \