rename cross assembler submodule

This commit is contained in:
Yohan Simard 2021-05-20 11:38:49 +02:00
parent 9744606746
commit 1c83b3863e
3 changed files with 4 additions and 4 deletions

6
.gitmodules vendored
View file

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

View file

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