borgware-2d/scrolltext/Makefile
2011-10-28 21:52:17 +00:00

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