Doc and Makefile update

This commit is contained in:
Rémi Rativel
2023-04-05 14:50:58 +02:00
parent 70d7893bed
commit 5a5c5a9141
2 changed files with 9 additions and 6 deletions

View File

@ -17,7 +17,6 @@ dumps:
user_lib:
$(MAKE) -C userlib/
mv ${TOPDIR}/userlib/sys.a ${TOPDIR}/src/sys.a
tests: user_lib
$(MAKE) tests -C test/riscv_instructions/