remplacement du lecteur rédacteur par les lock

This commit is contained in:
AmauryBrodu
2023-05-10 12:51:12 +02:00
parent a16d92ab7e
commit f9de7f93bc
5 changed files with 33 additions and 64 deletions

View File

@ -48,8 +48,8 @@ pc: syscall
matmult: syscall
${CARGO} -x ./target/guac/matmult.guac -d2
lr: syscall
${CARGO} -x ./target/guac/lecteur_redacteur.guac -d2
lock: syscall
${CARGO} -x ./target/guac/lock.guac -d2
prints: syscall
${CARGO} -x ./target/guac/prints.guac -d2