diff --git a/Makefile b/Makefile index 207d74e..c4bea1e 100644 --- a/Makefile +++ b/Makefile @@ -1 +1,5 @@ include .gitlab/Makefile + +.PHONY: pull-minecraft +pull-minecraft: + git subtree pull --prefix minecraft minecraft master