You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
box-o-sand/bukkit/Makefile

13 lines
234 B

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