7 lines
109 B
Makefile
7 lines
109 B
Makefile
|
TARGET = hello_world
|
||
|
|
||
|
SRCS = hello_world.c \
|
||
|
|
||
|
include ../common.mk
|
||
|
include ../thirdparty/nugget/common.mk \
|