Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
Part of a series of changes bringing the Linux build up to speed with…
Browse files Browse the repository at this point in the history
… the directory restructuring
  • Loading branch information
michael-lunarg committed Jun 15, 2011
1 parent 5893470 commit c943d92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ function build {
popd
echo "LunarGLASS built"
echo
echo "Building done, binary located at bin/LunarGLASS"
echo "Tests located in tests"
echo "Example run: bin/LunarGLASS tests/test.frag"
echo "Building done, binary located at tools/LunarGLASS"
echo "Tests located in test"
echo "Example run: ./tools/LunarGLASS test/test.frag"
}

function all {
Expand Down

0 comments on commit c943d92

Please sign in to comment.