mirror of
https://github.com/SeanOMik/eBookReaderSwitch.git
synced 2025-02-16 21:50:09 +00:00
3 lines
130 B
Text
3 lines
130 B
Text
default:
|
|
javac -source 1.7 -target 1.7 src/com/artifex/mupdf/fitz/*.java
|
|
jar cf libmupdf.jar src/com/artifex/mupdf/fitz/*.class
|