4ee4b7cefb
Add command to update minecraft project subtree.
6 lines
119 B
Makefile
6 lines
119 B
Makefile
include .gitlab/Makefile
|
|
|
|
.PHONY: pull-minecraft
|
|
pull-minecraft:
|
|
git subtree pull --prefix minecraft minecraft master
|