From: Paul Hänsch Date: Fri, 18 Feb 2022 15:03:58 +0000 (+0100) Subject: cgilite autodeploy X-Git-Url: https://git.plutz.net/?a=commitdiff_plain;h=8ae9f68f3ddf0f63b877d3baa48a7811e21cf110;p=shellwiki cgilite autodeploy --- 8ae9f68f3ddf0f63b877d3baa48a7811e21cf110 diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..24781a9 --- /dev/null +++ b/Makefile @@ -0,0 +1,9 @@ +.PHONY: _subtrees + +_subtrees: _cgilite + +cgilite: + git subtree add --squash -P $@ https://git.plutz.net/git/$@ master + +_cgilite: cgilite + git subtree pull --squash -P $< https://git.plutz.net/git/$< master