5 lines
85 B
Makefile
5 lines
85 B
Makefile
# Makefile
|
|
|
|
main:
|
|
gcc everblu_meters.c -o everblu_meters -lwiringPi -lpthread -Wall
|