Fix build makefiles

This commit is contained in:
Quentin Legot
2023-03-28 19:35:24 +02:00
parent 7a32aa503c
commit e170256c9b
6 changed files with 53 additions and 14 deletions

View File

@ -1,7 +1,7 @@
build:
make build -C boolean_logic/
# make build -C jump_instructions/
# make build -C simple_arithmetics/
make build -C jump_instructions/
make build -C simple_arithmetics/
dumps:
make dumps -C boolean_logic/