diff --git a/INCLUDE/generate.sh b/INCLUDE/generate.sh index 9cb168b..26796de 100644 --- a/INCLUDE/generate.sh +++ b/INCLUDE/generate.sh @@ -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"