5 lines
82 B
Makefile
5 lines
82 B
Makefile
|
SRCS := ../common/init.S main.c
|
||
|
APP := hellow
|
||
|
|
||
|
include ../common/src_only_app.mk
|