10 lines
138 B
Makefile
10 lines
138 B
Makefile
TARGET = objects
|
|
TOPDIR = ..
|
|
|
|
include $(TOPDIR)/defaults.mk
|
|
|
|
SRC = scrolltext3.c
|
|
|
|
SRC += $(SCROLLTEXT_FONT).c
|
|
|
|
include $(TOPDIR)/rules.mk
|