mirror of
https://github.com/adulau/ssldump.git
synced 2024-12-22 16:05:58 +00:00
Add basic build script
This commit is contained in:
parent
86574eff12
commit
344117af57
1 changed files with 3 additions and 0 deletions
3
build.sh
Executable file
3
build.sh
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
rm -Rf build && cmake -B build -G Ninja && ninja -C build
|
Loading…
Reference in a new issue