X-Git-Url: https://git.plutz.net/?p=confetti;a=blobdiff_plain;f=Makefile;fp=Makefile;h=24781a931b5fffa8423e4624a8c4e48aceee3228;hp=0000000000000000000000000000000000000000;hb=5fb7c241229b8788d4d7fefd4d20ad43c75ce557;hpb=b2b32a544a01e3f2b3f48b506cb49a6c383b8105 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