PHONY: all all: build upload upload: build-debug adb install -r build/app/outputs/apk/app.apk build-debug: flutter build apk --debug build-release: flutter build apk clean: flutter build clean