6 lines
81 B
Makefile
6 lines
81 B
Makefile
pcf8591:pcf8591.c
|
|
gcc -Wall pcf8591.c -o pcf8591 -lwiringPi
|
|
clean:
|
|
rm pcf8591
|
|
|