projects
/
confetti
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
merge from cgilite
[confetti]
/
Makefile
1
.PHONY: _subtrees
2
3
_subtrees: _cgilite
4
5
cgilite:
6
git subtree add --squash -P $@ https://git.plutz.net/git/$@ master
7
8
_cgilite: cgilite
9
git subtree pull --squash -P $< https://git.plutz.net/git/$< master