Files
01-Resource/Pioneer600_code/PCF8591/DAC/wiringPi/Makefile
2023-03-05 23:38:38 +08:00

6 lines
81 B
Makefile

pcf8591:pcf8591.c
gcc -Wall pcf8591.c -o pcf8591 -lwiringPi
clean:
rm pcf8591