Files
Fennix/Userspace/apps/user/Makefile
2024-11-20 05:02:06 +02:00

6 lines
57 B
Makefile

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