Add doomgeneric

This commit is contained in:
Alex 2023-03-20 02:32:15 +02:00
parent 9242471469
commit cf749037c4
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD
3 changed files with 9 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "apps/user/games/doomgeneric"]
path = apps/user/games/doomgeneric
url = https://github.com/Fennix-Project/doomgeneric.git

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

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

@ -0,0 +1 @@
Subproject commit 8381c1a1402970c18728156fe296833cb948a3e5