updated makefiles and readme

This commit is contained in:
2020-04-22 18:59:23 -04:00
parent f4e1192748
commit 7c2cde8a1f
3 changed files with 12 additions and 4 deletions

View File

@@ -1,4 +1,11 @@
WORKING_DIR := $(shell pwd)
.PHONY: deploy deploy-1.15.2 test up down
deploy: spigot/spigot.jar
deploy-1.15.2: build/spigot-1.15.2.jar spigot
cp build/spigot-1.15.2.jar spigot/spigot.jar
test:
docker run -it --name mc-test -p 25565:25565 --rm -v $(WORKING_DIR)/spigot:/mc \