Use pvbemu as a submodule

This commit is contained in:
Simon Gellis 2024-10-10 20:39:45 -04:00
parent 26ecf29a3f
commit bb680f9be4
3 changed files with 6 additions and 2 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "pvbemu"]
path = pvbemu
url = https://git.virtual-boy.com/PVB/pvbemu.git

View File

@ -1,7 +1,7 @@
build:
@mkdir -p build
@gcc main.c cmdbuf.c hex.c request.c response.c server.c ../vbtest/vb.c \
-I include -I ../vbtest \
@gcc main.c cmdbuf.c hex.c request.c response.c server.c pvbemu/core/vb.c \
-I include -I pvbemu/core \
-Werror -std=c90 -Wall -Wextra -Wpedantic \
-Wno-unused-parameter -Wno-unused-function \
-D _POSIX_C_SOURCE=199309L \

1
pvbemu Submodule

@ -0,0 +1 @@
Subproject commit d4ae5f3909fa8f372ff70d11236cb38e4bd43732