mirror of
https://github.com/Fennix-Project/Drivers.git
synced 2025-05-27 15:04:28 +00:00
8 lines
109 B
Makefile
8 lines
109 B
Makefile
build:
|
|
make --quiet -C AHCI build
|
|
make --quiet -C ATA build
|
|
|
|
clean:
|
|
make -C AHCI clean
|
|
make -C ATA clean
|