mirror of
https://github.com/boschsensortec/BME280_SensorAPI.git
synced 2024-10-05 20:47:48 -04:00
9 lines
151 B
Makefile
9 lines
151 B
Makefile
raspbian:
|
|
gcc linux_userspace.c ../../bme280.c -I ../.. -o bme280
|
|
|
|
bsd:
|
|
gcc bsd_userspace.c ../../bme280.c -I ../.. -o bme280
|
|
|
|
clean:
|
|
rm -v bme280
|