audk/BaseTools/Source/C/GenVtf/GNUmakefile

11 lines
127 B
Makefile
Raw Normal View History

ARCH ?= IA32
MAKEROOT ?= ..
APPNAME = GenVtf
LIBS = -lCommon
OBJECTS = GenVtf.o
include $(MAKEROOT)/Makefiles/app.makefile