summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2024-02-10 16:33:35 +0100
committerAlejandro Colomar <alx@kernel.org>2024-02-10 16:33:35 +0100
commitc19af15f155988a7cded2cbf2f973c7fd0fd4ac6 (patch)
tree675920c9ab30e6a5ad7f3159b583538f88de2cf7
parent46238bdb1bc9df3248b8a6ba40188ad932f1f7bc (diff)
GNUmakefile: all: Also do 'dist'
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 003b215..f282827 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -22,7 +22,7 @@ MAKEFILEDIR := $(DATAROOTDIR)/mk
.PHONY: all
-all: lint build check
+all: lint build check dist
@:
@@ -30,7 +30,7 @@ all: lint build check
help:
$(info Targets:)
$(info )
- $(info all Alias for "lint build check")
+ $(info all Alias for "lint build check dist")
$(info )
$(info clean Remove $$(builddir))
$(info )