7 lines
164 B
Makefile
7 lines
164 B
Makefile
|
export TEST = hello_world
|
||
|
export OFILES = hello_world.o
|
||
|
export BUILD_DIR = ../snapshots/default
|
||
|
|
||
|
clean .DEFAULT:
|
||
|
$(MAKE) -e -f $(RV_ROOT)/tools/MakeHex $@
|