Updated makefile

This commit is contained in:
François Autin
2023-03-08 13:02:03 +01:00
parent f1a03b96a3
commit 765f5b8328
7 changed files with 72 additions and 9 deletions

View File

@ -1,4 +1,9 @@
dumps:
make dumps -C boolean_logic/
make dumps -C jump_instructions/
make dumps -C simple_arithmetics/
make dumps -C simple_arithmetics/
tests:
make tests -C boolean_logic/
make tests -C jump_instructions/
make tests -C simple_arithmetics/