CROSS_COMPILE := /usr/bin/arm-linux-gnueabihf- CC := $(CROSS_COMPILE)gcc PROGS := keypad all: $(PROGS) clean: rm -fr $(PROGS)