Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
json
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
json
Commits
447f5421
Unverified
Commit
447f5421
authored
Feb 11, 2018
by
Niels Lohmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🔨
overworked release target
parent
61f0bfb1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
Makefile
Makefile
+7
-0
No files found.
Makefile
View file @
447f5421
...
@@ -313,5 +313,12 @@ ChangeLog.md:
...
@@ -313,5 +313,12 @@ ChangeLog.md:
##########################################################################
##########################################################################
release
:
release
:
mkdir
release_files
zip
-9
-r
include.zip include/
*
zip
-9
-r
include.zip include/
*
gpg
--armor
--detach-sig
include.zip
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment