nolibgs_hello_worlds/hello_world/Makefile

7 lines
109 B
Makefile

TARGET = hello_world
SRCS = hello_world.c \
include ../common.mk
include ../thirdparty/nugget/common.mk \