Made single header compile script more straight forward

This commit is contained in:
Leonetienne 2021-09-05 12:15:01 +02:00
parent c0c5a3a06d
commit a02c40a08e

View File

@ -1,6 +1,6 @@
# Build the include files
echo "Building the include files..."
echo ../Hazelnupp/*.cpp | sed 's/\.\.\/Hazelnupp\/main\.cpp//g' | xargs deggl -o Hazelnupp -i
deggl -i ../Hazelnupp/*.cpp -o Hazelnupp
# Verify that they compile cleanly
echo "Verifying that they compile"