Skip to content

Instantly share code, notes, and snippets.

@kailan
Created December 28, 2015 08:21
Show Gist options
  • Save kailan/4fe34bbb019c21cfcd88 to your computer and use it in GitHub Desktop.
Save kailan/4fe34bbb019c21cfcd88 to your computer and use it in GitHub Desktop.
PaperSpigot Makefile
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