box-o-sand/bukkit/Makefile

15 lines
276 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 eula.txt
2015-04-24 22:19:57 +00:00
craftbukkit.jar:
curl -SL --progress -o $@ \
http://tcpr.ca/download/craftbukkit/craftbukkit-$(CRAFTBUKKIT_VERSION).jar
eula.txt:
echo "eula=true" > $@