print exit code when using debug machine, add matmult

This commit is contained in:
Quentin Legot
2023-05-09 23:16:16 +02:00
parent 15a04fb9da
commit 98fe63f487
4 changed files with 65 additions and 4 deletions

View File

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