11 lines
146 B
Makefile
11 lines
146 B
Makefile
|
TARGET = libscrolltext.a
|
||
|
TOPDIR = ..
|
||
|
|
||
|
include $(TOPDIR)/defaults.mk
|
||
|
|
||
|
SRC = scrolltext3.c
|
||
|
|
||
|
SRC += $(SCROLLTEXT_FONT).c
|
||
|
|
||
|
include $(TOPDIR)/rules.mk
|