APP := hellow SRCS := ../common/init.S $(APP).c CCFLAGS := -march=rv32imac -Os MAX_CYCLES := 1000000 include ../common/src_only_app.mk