Made single header compile script more straight forward
This commit is contained in:
parent
c0c5a3a06d
commit
a02c40a08e
@ -1,6 +1,6 @@
|
|||||||
# Build the include files
|
# Build the include files
|
||||||
echo "Building 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
|
# Verify that they compile cleanly
|
||||||
echo "Verifying that they compile"
|
echo "Verifying that they compile"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user