Refactored makefiles
This commit is contained in:
4
Makefile
4
Makefile
@ -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
|
||||
|
Reference in New Issue
Block a user