修复makefile的bug

This commit is contained in:
fslongjin
2022-05-18 21:13:23 +08:00
parent 8d8fd391fb
commit 59e847294a
7 changed files with 42 additions and 10 deletions

View File

@ -0,0 +1,8 @@
all: video.o
CFLAGS += -I .
video.o: video.c
gcc $(CFLAGS) -c video.c -o video.o