chore: use "first" target - forces rebuilds

This commit is contained in:
surtur 2020-12-11 17:14:40 +01:00
parent 77a5ad2549
commit 625ea28869
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -4,5 +4,5 @@ sawce for project LEDs of the MPC lessons
build using
```sh
qmake-qt5 cv6_leds.pro -spec linux-g++ CONFIG+=debug CONFIG+=qml_debug && make qmake_all
qmake-qt5 cv6_leds.pro -spec linux-g++ CONFIG+=debug CONFIG+=qml_debug && make first
```