2021-06-04 02:19:36 +02:00
|
|
|
# Build the include files
|
2021-06-04 02:37:46 +02:00
|
|
|
echo "Building the include files..."
|
2021-09-05 12:15:01 +02:00
|
|
|
deggl -i ../Hazelnupp/*.cpp -o Hazelnupp
|
2021-06-04 02:19:36 +02:00
|
|
|
|
|
|
|
# Verify that they compile cleanly
|
2021-06-04 02:37:46 +02:00
|
|
|
echo "Verifying that they compile"
|
|
|
|
g++ Hazelnupp.cpp -c -S -o - -Wall -Wextra -Wpedantic > /dev/null
|