Browse Source

Ajout des submodules

Paul Faure 2 years ago
parent
commit
18f7c1e2c0
4 changed files with 12 additions and 0 deletions
  1. 9
    0
      .gitmodules
  2. 1
    0
      Compilateur
  3. 1
    0
      CrossAssembleur
  4. 1
    0
      Processeur

+ 9
- 0
.gitmodules View File

@@ -0,0 +1,9 @@
1
+[submodule "CrossAssembleur"]
2
+	path = CrossAssembleur
3
+	url = https://git.etud.insa-toulouse.fr/pfaure/CrossAssembleur.git
4
+[submodule "Processeur"]
5
+	path = Processeur
6
+	url = https://git.etud.insa-toulouse.fr/pfaure/Processeur.git
7
+[submodule "Compilateur"]
8
+	path = Compilateur
9
+	url = https://git.etud.insa-toulouse.fr/pfaure/Compilateur.git

+ 1
- 0
Compilateur

@@ -0,0 +1 @@
1
+Subproject commit 696c16c9d5e26c3743aa32a90e178ec5723a7e40

+ 1
- 0
CrossAssembleur

@@ -0,0 +1 @@
1
+Subproject commit 712e6866998f8089676fd9c18df15dfb8871a62f

+ 1
- 0
Processeur

@@ -0,0 +1 @@
1
+Subproject commit 805b597ab6341d254d0803e24585b1fc274a418c

Loading…
Cancel
Save