summaryrefslogtreecommitdiff
path: root/BaseTools/Source/C/GenVtf/GNUmakefile
blob: 2449bb8ed50807f0343982ee3369955c48b2d14f (plain)
1
2
3
4
5
6
7
8
9
10
ARCH ?= IA32
MAKEROOT ?= ..

APPNAME = GenVtf

LIBS = -lCommon

OBJECTS = GenVtf.o

include $(MAKEROOT)/Makefiles/app.makefile