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

6 lines
61 B
Makefile

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