feat: Makefile for examples

This commit is contained in:
brecol 🥦 2020-06-06 12:14:19 +02:00
parent 3d686a3265
commit d4eae7f0dd

8
examples/Makefile Normal file
View 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