From 3e67fa7de199257e9f5d473ad14035d6ff1de2e6 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Tue, 29 Mar 2016 02:40:31 +1000 Subject: Clean up last commit. --- src/others/build_g3d.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/others/build_g3d.lua') diff --git a/src/others/build_g3d.lua b/src/others/build_g3d.lua index 4c0c875..96aae61 100755 --- a/src/others/build_g3d.lua +++ b/src/others/build_g3d.lua @@ -15,5 +15,5 @@ end runCommand('libg3d', 'mimesh/libg3d-0.0.8', 'make clean') runCommand(nil, 'mimesh/libg3d-0.0.8', './configure && make') -runCommand('g3dviewer', 'mimesh/g3dviewer-0.2.99.4', './configure && make') -runCommand(nil, 'mimesh/g3dviewer-0.2.99.4', 'make clean') +runCommand('g3dviewer', 'mimesh/g3dviewer-0.2.99.4', 'make clean') +runCommand(nil, 'mimesh/g3dviewer-0.2.99.4', './configure && make') -- cgit v1.1