Playing with craftbukkit

This commit is contained in:
Dan Buch 2015-04-24 18:19:57 -04:00
parent 443a5192b4
commit 1018049628
2 changed files with 13 additions and 0 deletions

1
bukkit/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
craftbukkit.jar

12
bukkit/Makefile Normal file
View File

@ -0,0 +1,12 @@
CRAFTBUKKIT_VERSION := 1.8.3-R0.1-SNAPSHOT-latest
.PHONY: all
all: deps
.PHONY: deps
deps: craftbukkit.jar
craftbukkit.jar:
curl -SL --progress -o $@ \
http://tcpr.ca/download/craftbukkit/craftbukkit-$(CRAFTBUKKIT_VERSION).jar