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

@ -2,7 +2,7 @@ TOPDIR=.
include $(TOPDIR)/Makefile.config
all: dumps user_lib instruction_tests
all: dumps user_lib instruction_tests syscall
#
# Main targets
#
@ -26,6 +26,6 @@ syscall: user_lib
clean:
$(MAKE) clean -C userlib/
$(MAKE) clean -C test/riscv_instructions/
$(MAKE) clean -C test/
$(RM) -rf $(TOPDIR)/target