summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/C/TianoCompress/GNUmakefile
blob: 151bbe2cc1c64ebff7ed1ccc30e5e64003eb7d42 (plain)
1
2
3
4
5
6
7
8
9
10
ARCH ?= IA32
MAKEROOT ?= ..

APPNAME = TianoCompress

LIBS = -lCommon

OBJECTS = TianoCompress.o

include $(MAKEROOT)/Makefiles/app.makefile