Userspace/apps/system/Makefile
2023-03-20 02:32:49 +02:00

6 lines
55 B
Makefile

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