Initial commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
|||||||
|
BC_VAR_PROJECT_NAME=ox
|
||||||
|
BC_VAR_PROJECT_NAME_CAP=Ox
|
||||||
|
BC_VAR_DEVENV_ROOT=util
|
||||||
|
BUILDCORE_PATH=deps/ox/deps/buildcore
|
||||||
|
include ${BUILDCORE_PATH}/base.mk
|
||||||
|
|
||||||
|
.PHONY: git-setup-ox-remote
|
||||||
|
git-setup-ox-remote:
|
||||||
|
git remote add -f ox-master git@git.drinkingtea.net:drinkingtea/ox.git
|
||||||
|
|
||||||
|
.PHONY: git-pull-ox
|
||||||
|
git-pull-ox:
|
||||||
|
git fetch ox-master master
|
||||||
|
git subtree pull --prefix deps/ox ox-master master --squash
|
||||||
|
|
||||||
|
.PHONY: git-push-ox
|
||||||
|
git-push-ox:
|
||||||
|
git subtree push --prefix=deps/ox ox-master master
|
||||||
Reference in New Issue
Block a user