BurritOS/test_programs/riscv_instructions/Makefile

9 lines
212 B
Makefile
Raw Normal View History

2023-03-01 13:44:48 +01:00
dumps:
make dumps -C boolean_logic/
make dumps -C jump_instructions/
2023-03-08 13:02:03 +01:00
make dumps -C simple_arithmetics/
tests:
make tests -C boolean_logic/
make tests -C jump_instructions/
make tests -C simple_arithmetics/