7 lines
76 B
Makefile
7 lines
76 B
Makefile
|
TARGET = hello_font
|
||
|
|
||
|
SRCS = hello_font.c \
|
||
|
fnt.tim \
|
||
|
|
||
|
include ../common.mk
|