diff options
| -rwxr-xr-x | make.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() { |
