Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/flipperzero-firmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorあく <alleteam@gmail.com>2021-04-30 14:07:13 +0300
committerGitHub <noreply@github.com>2021-04-30 14:07:13 +0300
commitb90d72fadfe9859311fba490f924a4b41c557826 (patch)
treea51cab7b21eb4c40a1d8d5a521a44521f0e84fa4 /ReadMe.md
parent024ced4672d5cd6af2061917d8bf28a42a8c906c (diff)
Recator application build system: cleaner flags naming, set release flag to yes by default, include unit test and debug apps (#443)
Diffstat (limited to 'ReadMe.md')
-rw-r--r--ReadMe.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/ReadMe.md b/ReadMe.md
index a921477c..0eccf8e3 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -58,7 +58,7 @@ One liner: `./flash_core1_main.sh`
# Build from source
-`docker-compose exec dev make -C firmware TARGET=f4 APP_RELEASE=1 flash` for build and flash dev board (see `applications/applications.mk` for list of applications/examples)
+`docker-compose exec dev make -C firmware flash` for build and flash dev board (see `applications/applications.mk` for list of applications/examples)
# Links
* Task tracker: [Jira](https://flipperzero.atlassian.net/)