Optimized generate.sh
This commit is contained in:
parent
41f67decdb
commit
2a9e2f2459
@ -1,8 +1,7 @@
|
|||||||
# Build the include files
|
# Build the include files
|
||||||
echo Buildin the include files...
|
echo "Building the include files..."
|
||||||
echo ../Hazelnupp/*.cpp | sed 's/\.\.\/Hazelnupp\/main\.cpp//g' | xargs deggl -o Hazelnupp -i
|
echo ../Hazelnupp/*.cpp | sed 's/\.\.\/Hazelnupp\/main\.cpp//g' | xargs deggl -o Hazelnupp -i
|
||||||
|
|
||||||
# Verify that they compile cleanly
|
# Verify that they compile cleanly
|
||||||
echo Verifying that they compile
|
echo "Verifying that they compile"
|
||||||
g++ Hazelnupp.cpp -c -Wall -Wextra -Wpedantic
|
g++ Hazelnupp.cpp -c -S -o - -Wall -Wextra -Wpedantic > /dev/null
|
||||||
rm -f Hazelnupp.o
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user