summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 5041f6ca5ca146f4b9a6cf906a4ba613f8f6f6c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TOPDIR = .

TARGET = $(CROSS_COMPILE)fbtest

SUBDIRS = drawops pnmtohex fonts images visops tests

LIBS += tests/tests.a drawops/drawops.a fonts/fonts.a images/images.a \
	visops/visops.a
LIBS += -lm

include $(TOPDIR)/Rules.make

images:	pnmtohex