Use pvbemu as a submodule

This commit is contained in:
2024-10-10 20:39:45 -04:00
parent 26ecf29a3f
commit bb680f9be4
3 changed files with 6 additions and 2 deletions
+2 -2
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 \