Add clean script to windows stuff to save a bit of typing
This commit is contained in:
5
tools/windows_packaging/clean.sh
Normal file
5
tools/windows_packaging/clean.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
. mingw-env.sh
|
||||
|
||||
rm -rf $BUILD_DIR
|
||||
Reference in New Issue
Block a user