Add make pull-minecraft

Add command to update minecraft project subtree.
This commit is contained in:
ducoterra
2021-11-02 11:56:41 -04:00
parent 6f553df13c
commit 4ee4b7cefb

View File

@@ -1 +1,5 @@
include .gitlab/Makefile
.PHONY: pull-minecraft
pull-minecraft:
git subtree pull --prefix minecraft minecraft master