diff options
Diffstat (limited to 'make/scripts/clean-graph.sh')
-rwxr-xr-x | make/scripts/clean-graph.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/make/scripts/clean-graph.sh b/make/scripts/clean-graph.sh new file mode 100755 index 000000000..23e0d457e --- /dev/null +++ b/make/scripts/clean-graph.sh @@ -0,0 +1,3 @@ +#! /bin/bash + +rm -rf ../build/jogl/classes/jogamp/graph ../build/jogl/classes/com/jogamp/graph ../build/test/build/classes/com/jogamp/opengl/test/junit/graph |