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