summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmake.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.sh b/make.sh
index 8f66d35..276d620 100755
--- a/make.sh
+++ b/make.sh
@@ -15,7 +15,7 @@ binname() {
make_compile() {
bin="$(binname "$1")"
- $(eval "echo \"$CC\"") $(eval "echo \"$CARGS\"") AnimationRender/*.c FrameRender/*.c RGBImage/*.c "$1" -o "$bin"
+ $(eval "echo \"$CC\"") AnimationRender/*.c FrameRender/*.c RGBImage/*.c "$1" -o "$bin" $(eval "echo \"$CARGS\"")
}
make_run() {