all: uart.o CFLAGS += -I . uart.o: uart.c gcc $(CFLAGS) -c uart.c -o uart.o