From 447f5421ebdff2ec17df53f8b2297ce43288e012 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sun, 11 Feb 2018 16:50:01 +0100 Subject: [PATCH] :hammer: overworked release target --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Makefile b/Makefile index 18a5bdb32..63c9cd784 100644 --- a/Makefile +++ b/Makefile @@ -313,5 +313,12 @@ ChangeLog.md: ########################################################################## release: + mkdir release_files zip -9 -r include.zip include/* gpg --armor --detach-sig include.zip + mv include.zip include.zip.asc release_files + gpg --armor --detach-sig single_include/nlohmann/json.hpp + cp single_include/nlohmann/json.hpp release_files + mv single_include/nlohmann/json.hpp.asc release_files + cd release_files ; shasum -a 256 json.hpp > hashes.txt + cd release_files ; shasum -a 256 include.zip >> hashes.txt