Skip to content

Commit

Permalink
Use asm-4.0 jar, not RC1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Atsushi Eno committed Mar 8, 2012
1 parent 6b18c26 commit a34e461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ sources = \
$(TARGET): $(sources) MANIFEST.MF
-rm -rf obj
mkdir -p obj
javac -g -d obj $(sources) -cp asm-debug-all-4.0_RC1.jar
javac -g -d obj $(sources) -cp asm-debug-all-4.0.jar
mkdir -p tmp-asm-expanded
unzip asm-debug-all-4.0.jar -d tmp-asm-expanded
jar cfm "$@" MANIFEST.MF LICENSE-ASM.txt -C obj/ . -C tmp-asm-expanded .
Expand Down

0 comments on commit a34e461

Please sign in to comment.