5 lines
125 B
Makefile
5 lines
125 B
Makefile
Rotation_Sensor:Rotation_Sensor.c
|
|
gcc -Wall Rotation_Sensor.c -o Rotation_Sensor -lwiringPi
|
|
clean:Rotation
|
|
rm Rotation
|