5 lines
153 B
Makefile
5 lines
153 B
Makefile
all:
|
|
gcc -O2 -std=gnu99 -Wall -Wextra main.c bme680.c i2c.c -o bme680
|
|
hedgehog:
|
|
gcc -O2 -std=gnu99 -Wall -Wextra hedgehog.c bme680.c i2c.c -o hedgehog
|