abstractaccelerator/testbench/tests/hello_world/Makefile

7 lines
164 B
Makefile
Raw Normal View History

2021-01-28 01:36:43 +08:00
export TEST = hello_world
export OFILES = hello_world.o
export BUILD_DIR = ../snapshots/default
clean .DEFAULT:
$(MAKE) -e -f $(RV_ROOT)/tools/MakeHex $@