mirror of
https://github.com/moparisthebest/MoparClassic
synced 2024-11-13 20:55:05 -05:00
4 lines
74 B
Batchfile
4 lines
74 B
Batchfile
|
@echo off
|
||
|
del *.class
|
||
|
javac -classpath .;../../../rscd.jar *.java
|
||
|
pause
|