Skip to content

Commit 5070f47

Browse files
committed
Add trivial Makefile with a single rule to just forget about what to do next time
1 parent 98f1e98 commit 5070f47

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
all:
2+
for d in neurodebian stackbrew; do git -C "$d" fetch && git -C "$d" merge origin/master; git commit -m "Progress forward $d" || echo "may be nothing todo"; done
3+
datalad rerun a3e8a5d87bba78c18032a83c8e922c0a24b81d3c

0 commit comments

Comments
 (0)