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