aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 28583ea..3edadb2 100644
--- a/Makefile
+++ b/Makefile
@@ -60,3 +60,12 @@ doc/dome-key.1: doc/dome-key.1.txt
.PHONY: doc
doc: doc/dome-key.1
+
+.PHONY: dist-all
+dist-all: dist/dome-key
+
+dist:
+ mkdir -p dist
+
+dist/dome-key: $(RELEASE_PRODUCT) dist
+ cp $< $@