chore: add helper scripts
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Glenn Y. Rolland 2023-12-26 22:47:39 +01:00
parent 31bc5f3263
commit e1465ebe67
2 changed files with 8 additions and 0 deletions

5
build.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
mkdir -p _build
cmake -S . -B _build -D CMAKE_BUILD_TYPE=Debug
cmake --build _build

3
run.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
gdb _build/igmpgen