update
This commit is contained in:
parent
ea9ec684ef
commit
8347be07aa
|
|
@ -13,7 +13,7 @@ filename="${filename%.*}"
|
|||
mkdir -p "build/$filename"
|
||||
|
||||
# Compile the C++ file
|
||||
g++ -I /usr/include/eigen3 -o "build/$filename/$filename" "$1"
|
||||
g++ -o "build/$filename/$filename" "$1"
|
||||
|
||||
# Check if the compilation was successful
|
||||
if [ $? -eq 0 ]; then
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user