mirror of
https://github.com/Fennix-Project/Userspace.git
synced 2025-05-29 15:57:50 +00:00
8 lines
91 B
Makefile
8 lines
91 B
Makefile
build:
|
|
make -C init build
|
|
make -C sh build
|
|
|
|
clean:
|
|
make -C init clean
|
|
make -C sh clean
|