| author | Jose Quintana <joseluisquintana20@gmail.com> | 2020-04-04 15:10:58.0 +00:00:00 |
|---|---|---|
| committer | Jose Quintana <joseluisquintana20@gmail.com> | 2020-04-04 15:10:58.0 +00:00:00 |
| commit | 1c3abdf3b97d519add74e2bfb55e31aaba23bec9 [patch] |
|
| tree | d8af430852d98809bcf067b8a0000e92a67710f6 |
|
| parent | 8b625aedbd13d525d17e80d9aa9729eac54aedd7 |
|
| download | 1c3abdf3b97d519add74e2bfb55e31aaba23bec9.tar.gz |
|
fix: makefile checkshum task
Diff
Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 88fed89..72f5cff 100644 # Linux tar czvf $(PKG_RELEASE_NAME).tar.gz -C $(PKG_TMP_BIN_PATH) $(PKG_NAME) sha256sum $(PKG_RELEASEMakefile_NAME).tar.gz > $(PKG_NAME)-v$(PKG_TAG)-SHA256SUM sha256sum $(PKG_RELEASE_NAME).tar.gz > $(PKG_NAME)-v$(PKG_TAG)-SHA256SUM # Darwin tar czvf $(PKG_RELEASE_NAME_DARWIN).tar.gz -C $(PKG_TMP_BIN_PATH_DARWIN) $(PKG_NAME)