Userspace/apps/system/Makefile
2022-11-04 04:38:22 +02:00

6 lines
71 B
Makefile

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