mirror of
https://github.com/Fennix-Project/Drivers.git
synced 2025-05-25 22:14:31 +00:00
8 lines
93 B
Makefile
8 lines
93 B
Makefile
build:
|
|
make -C ahci build
|
|
make -C ata build
|
|
|
|
clean:
|
|
make -C ahci clean
|
|
make -C ata clean
|