Add doomgeneric

This commit is contained in:
Alex
2023-03-20 02:32:15 +02:00
parent 9242471469
commit cf749037c4
3 changed files with 9 additions and 0 deletions

5
apps/user/games/Makefile Normal file
View File

@ -0,0 +1,5 @@
build:
make -C doomgeneric build
clean:
make -C doomgeneric clean