aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorJulien Dessaux2021-10-07 18:24:48 +0200
committerJulien Dessaux2021-10-07 18:24:48 +0200
commit8daf3d58fc8d989940ed8f8a96dd3a93fe8c0793 (patch)
treea7e25e3025f4edd569eed9d08cf030d1b08756af /.gitmodules
parentFixed tricky field loading bug (diff)
downloadnimfunge98-8daf3d58fc8d989940ed8f8a96dd3a93fe8c0793.tar.gz
nimfunge98-8daf3d58fc8d989940ed8f8a96dd3a93fe8c0793.tar.bz2
nimfunge98-8daf3d58fc8d989940ed8f8a96dd3a93fe8c0793.zip
Added submodules with the spec and the mycology test suite
Diffstat (limited to '')
-rw-r--r--.gitmodules6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..efdb3a1
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,6 @@
+[submodule "spec"]
+ path = spec
+ url = https://github.com/catseye/Funge-98
+[submodule "mycology"]
+ path = mycology
+ url = https://github.com/Deewiant/Mycology