Browse Source

rename cross assembler submodule

Yohan Simard 2 years ago
parent
commit
1c83b3863e
3 changed files with 4 additions and 4 deletions
  1. 3
    3
      .gitmodules
  2. 1
    1
      Makefile
  3. 0
    0
      crossassemblor-2000

+ 3
- 3
.gitmodules View File

@@ -1,6 +1,6 @@
1
-[submodule "CrossAssembleur"]
2
-	path = CrossAssembleur
3
-	url = https://git.etud.insa-toulouse.fr/ysimard/CrossAssembleur.git
1
+[submodule "crossassemblor-2000"]
2
+	path = crossassemblor-2000
3
+	url = https://git.etud.insa-toulouse.fr/ysimard/crossassemblor-2000.git
4 4
 [submodule "processor-2000"]
5 5
 	path = processor-2000
6 6
 	url = https://git.etud.insa-toulouse.fr/ysimard/processor-2000.git

+ 1
- 1
Makefile View File

@@ -1,5 +1,5 @@
1 1
 COMPILATOR_FOLDER = compilator-2000
2
-CROSS_ASSEMBLER = CrossAssembleur
2
+CROSS_ASSEMBLER = crossassemblor-2000
3 3
 
4 4
 all: compilateur cross_assembleur
5 5
 

CrossAssembleur → crossassemblor-2000 View File


Loading…
Cancel
Save