Files
charts/Makefile
ducoterra 4ee4b7cefb Add make pull-minecraft
Add command to update minecraft project subtree.
2021-11-02 11:56:41 -04:00

6 lines
119 B
Makefile

include .gitlab/Makefile
.PHONY: pull-minecraft
pull-minecraft:
git subtree pull --prefix minecraft minecraft master