wrench: 更新Makefile

This commit is contained in:
fslongjin
2022-07-25 11:05:30 +08:00
parent 9dfd4d9d6e
commit a3b5102a36
23 changed files with 427 additions and 351 deletions

View File

@ -0,0 +1,10 @@
all: ata.o ahci.o
CFLAGS += -I .
ata.o: ata.c
gcc $(CFLAGS) -c ata.c -o ata.o
ahci.o: ahci/ahci.c
gcc $(CFLAGS) -c ahci/ahci.c -o ahci/ahci.o