Renamed a class and added examples to readme
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
# Compile single-header
|
||||
deggl -i ../GhettoCrypt/*.cpp --out GhettoCipher --loc --license-file ../LICENSE
|
||||
deggl -i ../GhettoCrypt/*.cpp --out GhettoCrypt --loc --license-file ../LICENSE
|
||||
|
||||
|
||||
# Verify that this builds cleanly via g++
|
||||
echo "Verifying build..."
|
||||
g++ GhettoCipher.cpp -c -S -o - -Wall > /dev/null
|
||||
g++ GhettoCrypt.cpp -c -S -o - -Wall > /dev/null
|
||||
echo "If you saw no compiler errors, everything's good!"
|
||||
|
||||
Reference in New Issue
Block a user