From fb38c857ebe65ea129a708385bffbf6272c99984 Mon Sep 17 00:00:00 2001 From: Bijan Haney Date: Thu, 11 Apr 2024 00:13:03 -0400 Subject: [PATCH] change make command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d5d5c59..63b2cd0 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ ocean-prefilter-appimage: ocean-prefilter cp ./packaging/appimages/deploy/ocean-prefilter-${TAG_VERSION}-${ARCH_NAME}.AppImage ocean-prefilter-appimage chmod a+x ocean-prefilter-appimage -module: ocean-prefilter-appimage +module.tar.gz: ocean-prefilter-appimage tar czf module.tar.gz ocean-prefilter-appimage clean: