Skip to content

Commit 99d59bd

Browse files
author
ooshlablu
committed
Add pkg-rel to the Makefile
1 parent 6826e08 commit 99d59bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,3 +307,6 @@ export PKG_VERSION PKG_ID PKG_BUILD BASE_DIR ERLANG_BIN REBAR OVERLAY_VARS RELEA
307307
# Package up a devrel to save time later rebuilding it
308308
pkg-devrel: locked-deps devrel
309309
tar -czf $(PKG_ID)-devrel.tar.gz dev/
310+
311+
pkg-rel: locked-deps rel
312+
tar -czf $(PKG_ID)-rel.tar.gz rel/

0 commit comments

Comments
 (0)