all: reboot
CFLAGS = -Wall

reboot: reboot.c

clean:
	rm -f reboot

.PHONY: clean all
