mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-10 06:54:19 +00:00
21 lines
No EOL
1.2 KiB
Makefile
21 lines
No EOL
1.2 KiB
Makefile
$(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 +-------------------------------------------------+) |