Refactored makefiles

This commit is contained in:
François Autin
2023-04-05 17:05:55 +02:00
parent 01ac29160b
commit 968137cc1b
9 changed files with 23 additions and 39 deletions

View File

@ -8,11 +8,6 @@ dumps:
make dumps -C jump_instructions/
make dumps -C simple_arithmetics/
tests:
make tests -C boolean_logic/
make tests -C jump_instructions/
make tests -C simple_arithmetics/
clean:
$(MAKE) clean -C boolean_logic/
$(MAKE) clean -C jump_instructions/