Checkouts

This commit is contained in:
Tony Garnock-Jones 2021-09-04 15:47:56 +02:00
parent a7f63ecd4c
commit 8b4798b9f6
2 changed files with 8 additions and 0 deletions

3
.gitignore vendored
View File

@ -1 +1,4 @@
aports/
pmaports/
scratch/

5
Makefile Normal file
View File

@ -0,0 +1,5 @@
all:
checkout:
[ -d aports ] || git clone git@git.syndicate-lang.org:synit/aports
[ -d pmaports ] || git clone git@git.syndicate-lang.org:synit/pmaports