diff --git a/INCLUDE/deggl b/INCLUDE/deggl new file mode 100644 index 0000000..2aefe97 Binary files /dev/null and b/INCLUDE/deggl differ diff --git a/INCLUDE/generate.sh b/INCLUDE/generate.sh new file mode 100644 index 0000000..1ab0936 --- /dev/null +++ b/INCLUDE/generate.sh @@ -0,0 +1,8 @@ +# Build the include files +echo "Building the include files..." +deggl -i ../Eule/*.cpp -o Eule + +# Verify that they compile cleanly +echo "Verifying that they compile" +g++ Eule.cpp -c -S -o - -Wall -Wextra -Wpedantic > /dev/null +