blob: 7c9e0ae3c1d26d414cf91a50ade8c144f82bc6ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# avans-whether-station
## important details
- the client subfolder uses qmake to generate `client/makefile`, thus only
`client/client.pro` should be tracked under version control, not
`client/makefile`
- the stm32 makefile uses git submodules to pull necessary files for
compilation. make sure to initialize and sync the git submodules, or re-clone
using the `--recursive` flag.
|