Userspace/apps/system/Makefile
2022-12-07 13:53:08 +02:00

6 lines
63 B
Makefile

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