fixed autobuild

This commit is contained in:
foo 2016-02-15 19:01:51 +00:00
parent c32e62dfc5
commit acd359f2be
2 changed files with 3 additions and 2 deletions

View File

@ -27,4 +27,4 @@ clean:
rm -f $(OBJS)
wordbubbles.jar: build
jar cf $(OBJS)
jar cf $@ $(OBJS)

View File

@ -1,4 +1,5 @@
#!/usr/bin/env bash -x
#!/usr/bin/env bash
set -x
make wordbubbles.jar
mkdir -p war/WEB-INF/lib war/WEB-INF/classes