Skip to content

Commit

Permalink
Fixed release target.
Browse files Browse the repository at this point in the history
  • Loading branch information
emeryberger committed Jan 2, 2019
1 parent b43880e commit c856b43
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,8 @@ Heap-Layers:
git clone https://github.com/emeryberger/Heap-Layers

release: Heap-Layers
tar -cf ../../hoard-release.tar ../../Hoard
gzip -f ../../hoard-release.tar
zip -r ../../hoard-release.zip ../../Hoard
pushd ../.. ; tar -cf hoard-release.tar Hoard ; gzip -f hoard-release.tar ; popd
pushd ../.. ; zip -r hoard-release.zip Hoard ; popd

#
# Include directories
Expand Down

0 comments on commit c856b43

Please sign in to comment.