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

6 lines
57 B
Makefile

build:
make -C games build
clean:
make -C games clean