key:key.c gcc -Wall key.c -o key -lwiringPi gcc -Wall Interrupt.c -o Interrupt -lwiringPi clean: rm key Interrupt