Created
December 28, 2015 08:21
-
-
Save kailan/4fe34bbb019c21cfcd88 to your computer and use it in GitHub Desktop.
PaperSpigot Makefile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
all: update build | |
update: | |
rm PaperTools.jar | |
wget https://ci.destroystokyo.com/job/PaperSpigot-BuildTools/lastSuccessfulBuild/artifact/target/PaperTools.jar | |
build: | |
java -jar PaperTools.jar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment