ajout lecteur redacteur

This commit is contained in:
AmauryBrodu
2023-05-10 12:23:04 +02:00
parent 7f40538bc4
commit ec2eea05ad
3 changed files with 62 additions and 2 deletions

View File

@ -1,4 +1,4 @@
PROGRAMS = halt.guac prints.guac producteur_consommateur.guac join.guac matmult.guac
PROGRAMS = halt.guac prints.guac producteur_consommateur.guac lecteur_redacteur.guac join.guac matmult.guac
TOPDIR = ../..
include $(TOPDIR)/Makefile.rules