Skip to content

Commit

Permalink
install script: clean-up before building.
Browse files Browse the repository at this point in the history
git-svn-id: https://simulationcraft.googlecode.com/svn/trunk@14833 3b4652a1-8050-0410-ac47-3d40261b0f8b
  • Loading branch information
[email protected] committed Dec 2, 2012
1 parent 9403487 commit be1b661
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ echo You seem have $CPU_CORES cpu cores. Building with make -j$CPU_CORES
# Build SimulationCraft command line version
cd engine
echo Building Simulationcraft CLI.
make clean
make -j$CPU_CORES

# Install CLI
Expand All @@ -43,6 +44,7 @@ cd ..

# Build SimulationCraft GUI
echo Building Simulationcraft GUI.
make clean
make -j$CPU_CORES

# Install everything by calling 'make install'
Expand Down

0 comments on commit be1b661

Please sign in to comment.