2022-05-21 21:49:56 +08:00

7 lines
99 B
Makefile

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