Sensirion / embedded-scd

Embedded SCD Drivers for Sensirion CO2 Sensors - Download the Zip Package from the Release Page
https://github.com/Sensirion/embedded-scd/releases
BSD 3-Clause "New" or "Revised" License
47 stars 9 forks source link

Makefile: simplify and compile binary in one batch #19

Closed GetPastTheMonkey closed 5 years ago

GetPastTheMonkey commented 5 years ago

Instead of compiling the different source files into object files and then linking those, we switch to compiling the binaries in a single go. This fixes some dependency tracking issues. Speed is not an issue since the files are relatively small.

Additional changes: