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

3
test/Makefile Normal file
View File

@ -0,0 +1,3 @@
clean:
make clean -C riscv_instructions
make clean -C syscall_tests