add scaffolding around calling vbEmulate in a loop

This commit is contained in:
2024-10-09 23:13:34 -04:00
parent ee9a6874d9
commit 8d6f380f6b
2 changed files with 29 additions and 4 deletions
+1
View File
@@ -4,6 +4,7 @@ build:
-I include -I ../vbtest \
-Werror -std=c90 -Wall -Wextra -Wpedantic \
-Wno-unused-parameter -Wno-unused-function \
-D _POSIX_C_SOURCE=199309L \
-o ./build/rdb
clean:
@rm -rf build