OpenIoTAcademy / EmbeddedTemplate

Template Project For Embedded Projects
2 stars 2 forks source link

Initial Build System #8

Open zaya-mc opened 4 years ago

zaya-mc commented 4 years ago

We need a build system to build the code, tests and run the tests etc.

We could use makefiles but make is quite nice too.

zaya-mc commented 4 years ago

I will create a basic makefile to compile a single file and run it. We can then consider cmake