Clarify buildtools.sh

This commit is contained in:
ginlang 2022-03-22 18:08:19 +00:00 committed by GitHub
parent 7775513286
commit a5246504d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,5 @@
#!/bin/bash
#This file is to compile buildtools so that maven will build TFM! This does not work on Windows.
rm -rfv buildtools_tmp/
mkdir buildtools_tmp
cd buildtools_tmp