Playing with craftbukkit
This commit is contained in:
parent
443a5192b4
commit
1018049628
1
bukkit/.gitignore
vendored
Normal file
1
bukkit/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
craftbukkit.jar
|
12
bukkit/Makefile
Normal file
12
bukkit/Makefile
Normal 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
|
Loading…
Reference in New Issue
Block a user