Files
2023-03-05 23:38:38 +08:00

5 lines
79 B
Makefile

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