Refactored makefiles
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
clean:
|
||||
make clean -C riscv_instructions
|
||||
make clean -C syscall_tests
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
clean:
|
||||
make clean -C riscv_instructions
|
||||
make clean -C syscall_tests
|
||||