]> git.itanic.dy.fi Git - BME280_driver/blob - examples/Makefile
Hide excess debug messages by default
[BME280_driver] / examples / Makefile
1 raspbian: 
2         gcc linux_userspace.c ../bme280.c -I ../ -lwiringPi -o bme280
3
4 bsd:
5         cc bsd_userspace.c ../bme280.c -I ../ -o bme280
6
7 clean:
8         rm -v bme280