CC = gcc ALL_FLAGS = -g main: main.c handle_devices.c ${CC} ${ALL_FLAGS} main.c handle_devices.c clean: rm *\.o