From 20217308ad29b46bf68d340f25d98b64bca5b44c Mon Sep 17 00:00:00 2001 From: problematicconsumer Date: Sat, 16 Sep 2023 01:02:20 +0330 Subject: [PATCH] fix: makefile vars --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d3a7ec37..e250bbab 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ else FLAVOR=dev endif TARGET=lib/main_$(FLAVOR).dart -DISTRIBUTOR_ARGS=$(DISTRIBUTOR_ARGS) +DISTRIBUTOR_ARGS=--skip-clean --build-target $(TARGET) get: flutter pub get @@ -50,7 +50,7 @@ macos-release: flutter_distributor package --platform macos --targets dmg $(DISTRIBUTOR_ARGS) ios-release: #not tested - flutter_distributor package --platform ios --targets ipa --build-export-options-plist ios/exportOptions.plist --build-target $(TARGET) + flutter_distributor package --platform ios --targets ipa --build-export-options-plist ios/exportOptions.plist $(DISTRIBUTOR_ARGS) android-libs: