From: Paul Hänsch Date: Mon, 27 Oct 2025 10:44:00 +0000 (+0100) Subject: stub to pull cgilite module X-Git-Url: https://git.plutz.net/?a=commitdiff_plain;h=fe1fe50736f985afcae3ae8fa5ccfbc8d21147e8;p=cookieproxy stub to pull cgilite module --- fe1fe50736f985afcae3ae8fa5ccfbc8d21147e8 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