Use pvbemu as a submodule
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user