From 7eece44655ed6c63eaf426fc1fb3233b7b308421 Mon Sep 17 00:00:00 2001 From: BRODY MORAN Date: Tue, 11 Oct 2022 11:39:36 +0000 Subject: [PATCH] fix submodules --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..cb9b3f5 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "agbcc"] + path = agbcc + url = https://github.com/pret/agbcc