Skip to content

Commit

Permalink
Add jar to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Tsai committed Aug 19, 2017
1 parent 3a44dc7 commit ad25604
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ compile:
javac ${TARGET}.java

clean:
rm *.class Pieces/*.class
rm *.class Pieces/*.class ${TARGET}.jar

jar: compile
jar cfe ${TARGET}.jar ${TARGET} *.class Pieces/*.class Sprites/*.png

0 comments on commit ad25604

Please sign in to comment.