mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-01 06:19:57 +01:00
5 lines
146 B
Bash
Executable file
5 lines
146 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# invoke the build process with javac lint features enabled
|
|
|
|
ant "-Djava.compilerargs=-Xlint:unchecked -Xlint:deprecation" clean debug
|