2021-11-14 18:27:50 +01:00

8 lines
93 B
Makefile

TARGET = hello_tile
SRCS = hello_tile.c \
CPPFLAGS+=-DSTANDALONE
include ../../common.mk