mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-08-04 19:11:42 +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
|