Skip to content

Commit

Permalink
do full build
Browse files Browse the repository at this point in the history
  • Loading branch information
Sembiance committed Aug 7, 2020
1 parent 2dce036 commit a15ab0e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#!/bin/bash
rm -f seq2anim.jar
rm -f seq2anim.jar *.class sa/*.class
cd sa
javac *.java
cd ..
javac seq2anim.java

jar cfe seq2anim.jar seq2anim *.class *.java sa

0 comments on commit a15ab0e

Please sign in to comment.