Skip to content

Commit

Permalink
Update Makefile to add front matter to readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DanTheMan827 committed Feb 17, 2018
1 parent 50f1e61 commit 67719ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ out/strace_4.20_armhf.hmod: mod/bin/strace
mkdir -p "out/"
echo "---" > mod/readme.md
echo "Name: `head -n 1 readme.md | cut -c 3-`" >> mod/readme.md
echo "Version: 4.20" >> mod/readme.md
echo "Creator: DanTheMan827" >> mod/readme.md
echo "Developer: Dmitry Levin" >> mod/readme.md
echo "Category: Developer Tools" >> mod/readme.md
echo "Packed on: `date`" >> mod/readme.md
echo "Git commit: $(GIT_COMMIT)" >> mod/readme.md
echo "---" >> mod/readme.md
sed 1d readme.md >> mod/readme.md
tar -czvf "$@" -C "mod/" bin
tar -czvf "$@" -C "mod/" bin readme.md
touch "$@"

mod/bin/strace: src/strace-4.20/strace
Expand Down

0 comments on commit 67719ef

Please sign in to comment.