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

6 lines
55 B
Makefile

build:
make -C echo build
clean:
make -C echo clean