borgware-2d/scrolltext/Makefile

11 lines
165 B
Makefile
Raw Normal View History

TARGET = objects
TOPDIR = ..
include $(TOPDIR)/defaults.mk
SRC = scrolltext3.c
2011-10-28 21:52:17 +00:00
SRC += $(shell echo $(SCROLLTEXT_FONT) | tr A-Z a-z).c
include $(TOPDIR)/rules.mk