2022-05-31 21:55:06 +08:00

9 lines
81 B
Makefile

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