Update to Bukkit 1.14

This commit is contained in:
Marc Baloup
2019-07-09 00:57:50 +02:00
parent 4841885835
commit c86b6ab6a3
28 changed files with 1121 additions and 12 deletions

View File

@@ -0,0 +1,7 @@
# Makefile for Java port of GNU getopt
all:
javac LongOpt.java Getopt.java GetoptDemo.java
docs:
javadoc -author -version -public Getopt.java LongOpt.java