10 lines
165 B
Makefile
10 lines
165 B
Makefile
TARGET = objects
|
|
TOPDIR = ..
|
|
|
|
include $(TOPDIR)/defaults.mk
|
|
|
|
SRC = scrolltext3.c
|
|
|
|
SRC += $(shell echo $(SCROLLTEXT_FONT) | tr A-Z a-z).c
|
|
|
|
include $(TOPDIR)/rules.mk
|