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

Makefile - github.com/ClusterM/flipperzero-firmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ff701a42ceccbb6439630e221cc50b04c00ae09f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$(info +-------------------------------------------------+)
$(info |                                                 |)
$(info |      Hello, this is Flipper team speaking!      |)
$(info |                                                 |)
$(info |       We've migrated to new build system        |)
$(info |          It's nice and based on scons           |)
$(info |                                                 |)
$(info |      Crash course:                              |)
$(info |                                                 |)
$(info |        `./fbt`                                  |)
$(info |        `./fbt flash`                            |)
$(info |        `./fbt debug`                            |)
$(info |                                                 |)
$(info |      More details in documentation/fbt.md       |)
$(info |                                                 |)
$(info |      Also Please leave your feedback here:      |)
$(info |           https://flipp.dev/4RDu                |)
$(info |                      or                         |)
$(info |           https://flipp.dev/2XM8                |)
$(info |                                                 |)
$(info +-------------------------------------------------+)