We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 117198d commit 0885d3aCopy full SHA for 0885d3a
1 file changed
build_linux.sh
100644
100755
@@ -1,4 +1,4 @@
1
-#!bin/sh
+#!/bin/sh
2
3
# Ensure bin/ exists
4
mkdir bin
@@ -10,4 +10,4 @@ rm -r bin/*
10
cp -R skeleton/* bin/
11
12
# Compile the program with optimization using g++
13
-g++ -v -Wall -lcurl -o bin/updater -I . -Ofast *.cpp internal/*.cpp
+g++ -Wall -lcurl -o bin/updater -I . -Ofast $(find . -iname "*.cpp")
0 commit comments