export TEST      = hello_world
export OFILES    = hello_world.o
export BUILD_DIR = ../snapshots/default

clean .DEFAULT:
	$(MAKE) -e -f $(RV_ROOT)/tools/MakeHex $@
