Skip to content

Commit

Permalink
Added package-dist to the makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyLandman committed Jun 10, 2020
1 parent 0d4e9b8 commit 23c07bf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ dist:
cp README.md dist/
cp LICENSE dist/

PACKAGE_DIST="portable8439-${VERSION}"

package-dist: dist
rm -rf "${PACKAGE_DIST}"
cp -r dist "${PACKAGE_DIST}"
zip -r -9 -X dist.zip "${PACKAGE_DIST}"

bin/test-roundtrip: $(src) test/roundtrip.c
mkdir -p bin
$(CC) -o $@ $^ $(LDFLAGS) $(CFLAGS)
Expand Down

0 comments on commit 23c07bf

Please sign in to comment.