mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-06-01 01:07:58 +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
|