Userspace/apps/system/Makefile
2023-05-20 04:31:00 +03:00

6 lines
55 B
Makefile

build:
make -C init build
clean:
make -C init clean