ONGOING: Test programs
This commit is contained in:
14
test_programs/Makefile
Normal file
14
test_programs/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
TOPDIR=.
|
||||
include $(TOPDIR)/Makefile.config
|
||||
|
||||
#
|
||||
# Main targets
|
||||
#
|
||||
objdumps:
|
||||
$(MAKE) -C riscv_instructions
|
||||
|
||||
programs:
|
||||
$(MAKE) -C programs
|
||||
|
||||
clean:
|
||||
rm -rf $(TOPDIR)/target
|
Reference in New Issue
Block a user