diff options
| -rwxr-xr-x | release | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ command("git clean -n") if raw_input() != "y": print 'Aborted' sys.exit(1) -command("git clean") +command("git clean -f") command("git tag -m \"v%s\" v%s" % (release_version_string, release_version_string)) command("./waf clean") command("./waf") |
