mirror of
https://github.com/webmin/webmin.git
synced 2026-02-14 10:52:08 +00:00
5 lines
208 B
Makefile
5 lines
208 B
Makefile
file.jar: FileManager.java Util.java manifest.txt
|
|
CLASSPATH=plugin.jar:. javac -target 1.2 -source 1.2 *.java
|
|
jar cfm file.jar manifest.txt *.class
|
|
jarsigner -keystore ~/webmin-keystore file.jar me
|