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
|