GCrypt/INCLUDE/generate.sh
2021-12-06 03:52:18 +01:00

9 lines
305 B
Bash

# Compile single-header
deggl -i ../GhettoCrypt/*.cpp ../GhettoCrypt/Version.h --out GhettoCrypt --loc --license-file ../LICENSE
# Verify that this builds cleanly via g++
echo "Verifying build..."
g++ GhettoCrypt.cpp -c -S -o - -Wall > /dev/null
echo "If you saw no compiler errors, everything's good!"