From d6684f154b2011b4df7e8154f849ce36f71546a3 Mon Sep 17 00:00:00 2001 From: Bijan Haney Date: Thu, 11 Apr 2024 00:11:45 -0400 Subject: [PATCH] update --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7cc6274..d5d5c59 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ module: ocean-prefilter-appimage tar czf module.tar.gz ocean-prefilter-appimage clean: - rm -rf ocean-prefilter ocean-prefilter-appimage packaging/appimages/deploy/ocean-prefilter* + rm -rf module.tar.gz ocean-prefilter ocean-prefilter-appimage packaging/appimages/deploy/ocean-prefilter* # Docker stuff BUILD_CMD = docker buildx build --pull $(BUILD_PUSH) --force-rm --no-cache --build-arg MAIN_TAG=$(MAIN_TAG) --build-arg BASE_TAG=$(BUILD_TAG) --platform linux/$(BUILD_TAG) -f $(BUILD_FILE) -t '$(MAIN_TAG):$(BUILD_TAG)' .