box-o-sand/bukkit/Makefile

13 lines
234 B
Makefile
Raw Normal View History

2015-04-24 22:19:57 +00:00
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