mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-28 15:34: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
|