将common文件夹下的c文件移动到lib文件夹下

This commit is contained in:
fslongjin
2022-09-28 21:45:38 +08:00
parent be9ac3d58b
commit 1872d9bd4a
18 changed files with 34 additions and 50 deletions

View File

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