pokemon-cmd/Compile.bat

2 lines
100 B
Batchfile
Raw Permalink Normal View History

2017-11-28 15:53:04 +01:00
javac -cp java java/Game.java
jar cvfm Game.jar manifest.txt -C java config/Pokemon.txt java/*.class