aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/jogl-rm-builds.sh
blob: f014a3e9c80d188d229b7eb79fdc0c4c24c6d943 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#! /bin/sh

jogamproot=$1
shift

builddir=$1
shift

if [ -z "$jogamproot" -o -z "$builddir" ] ; then
    echo Usage $0 jogamp_root builddir
    echo e.g. $0 JOGL build-win32
fi


rm -rf $jogamproot/gluegen/$builddir
rm -rf $jogamproot/jogl/$builddir