mirror of
https://github.com/twiglet/cs2j.git
synced 2025-01-18 13:15:17 +01:00
allow to pass in build target, buildcs2j by default
This commit is contained in:
parent
10261f6406
commit
3858580335
@ -2,7 +2,9 @@
|
||||
|
||||
set -e
|
||||
|
||||
ant -f build/build.xml buildcs2j
|
||||
TARGET=${1-buildcs2j}
|
||||
|
||||
ant -f build/build.xml ${TARGET}
|
||||
|
||||
## cd src/CSharpParser
|
||||
## java -Xmx512m -jar ../../jar/antlr-3.3.jar -Xconversiontimeout 15000 -make -verbose cs.g
|
||||
|
Loading…
x
Reference in New Issue
Block a user