mirror of
https://github.com/boschsensortec/BME280_SensorAPI.git
synced 2024-10-05 20:47:48 -04:00
feat: Makefile for examples
This commit is contained in:
parent
3d686a3265
commit
d4eae7f0dd
8
examples/Makefile
Normal file
8
examples/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
raspbian:
|
||||
gcc linux_userspace.c ../bme280.c -I ../ -lwiringPi -o bme280
|
||||
|
||||
bsd:
|
||||
cc bsd_userspace.c ../bme280.c -I ../ -o bme280
|
||||
|
||||
clean:
|
||||
rm -v bme280
|
Loading…
x
Reference in New Issue
Block a user