From a02c40a08e0f102e92235aabc634b6306233f318 Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Sun, 5 Sep 2021 12:15:01 +0200 Subject: [PATCH] Made single header compile script more straight forward --- INCLUDE/generate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"