Also generate eula.txt and ignore a bunch of stuff
This commit is contained in:
@@ -5,8 +5,11 @@ CRAFTBUKKIT_VERSION := 1.8.3-R0.1-SNAPSHOT-latest
|
||||
all: deps
|
||||
|
||||
.PHONY: deps
|
||||
deps: craftbukkit.jar
|
||||
deps: craftbukkit.jar eula.txt
|
||||
|
||||
craftbukkit.jar:
|
||||
curl -SL --progress -o $@ \
|
||||
http://tcpr.ca/download/craftbukkit/craftbukkit-$(CRAFTBUKKIT_VERSION).jar
|
||||
|
||||
eula.txt:
|
||||
echo "eula=true" > $@
|
||||
|
||||
Reference in New Issue
Block a user