nolibgs_hello_worlds/hello_ovl_exec/hello_tile/Makefile

8 lines
93 B
Makefile
Raw Normal View History

2021-10-30 12:22:04 +02:00
TARGET = hello_tile
SRCS = hello_tile.c \
CPPFLAGS+=-DSTANDALONE
include ../../common.mk