2022-07-25 11:05:30 +08:00

8 lines
80 B
Makefile

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