From 8b4798b9f6d109454c5d52056423d056f13564cf Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Sat, 4 Sep 2021 15:47:56 +0200 Subject: [PATCH] Checkouts --- .gitignore | 3 +++ Makefile | 5 +++++ 2 files changed, 8 insertions(+) create mode 100644 Makefile diff --git a/.gitignore b/.gitignore index e8ee010..353f411 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ +aports/ +pmaports/ + scratch/ diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..4187793 --- /dev/null +++ b/Makefile @@ -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