Use pvbemu as a submodule
This commit is contained in:
parent
26ecf29a3f
commit
bb680f9be4
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "pvbemu"]
|
||||||
|
path = pvbemu
|
||||||
|
url = https://git.virtual-boy.com/PVB/pvbemu.git
|
4
makefile
4
makefile
|
@ -1,7 +1,7 @@
|
||||||
build:
|
build:
|
||||||
@mkdir -p build
|
@mkdir -p build
|
||||||
@gcc main.c cmdbuf.c hex.c request.c response.c server.c ../vbtest/vb.c \
|
@gcc main.c cmdbuf.c hex.c request.c response.c server.c pvbemu/core/vb.c \
|
||||||
-I include -I ../vbtest \
|
-I include -I pvbemu/core \
|
||||||
-Werror -std=c90 -Wall -Wextra -Wpedantic \
|
-Werror -std=c90 -Wall -Wextra -Wpedantic \
|
||||||
-Wno-unused-parameter -Wno-unused-function \
|
-Wno-unused-parameter -Wno-unused-function \
|
||||||
-D _POSIX_C_SOURCE=199309L \
|
-D _POSIX_C_SOURCE=199309L \
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit d4ae5f3909fa8f372ff70d11236cb38e4bd43732
|
Loading…
Reference in New Issue