Generating the single-header deployment now adds the license as a head-comment

This commit is contained in:
Leonetienne
2022-02-08 09:50:28 +01:00
parent 61619358f2
commit 4c3ab2c380
3 changed files with 288 additions and 266 deletions

View File

@@ -1,6 +1,6 @@
# Build the include files
echo "Building the include files..."
./deggl -i ../Hazelnupp/*.cpp -o Hazelnupp
./deggl -i ../Hazelnupp/*.cpp --license-file ../license.txt -o Hazelnupp
# Verify that they compile cleanly
echo "Verifying that they compile"