Skip to content

Commit

Permalink
Delete Emacs backup files before build
Browse files Browse the repository at this point in the history
  • Loading branch information
amake committed Nov 6, 2023
1 parent f5b022f commit 2714bc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ l10n-check: ## Check l10n data for issues

.PHONY: build
build:
find ./assets -name '*~' -delete
flutter build appbundle $(version_define)
flutter build ipa $(version_define)

Expand Down

0 comments on commit 2714bc1

Please sign in to comment.