]> git.proxmox.com Git - mirror_edk2.git/blob - BaseTools/Source/C/VolInfo/GNUmakefile
309f9ccf8ca873cfaa56f0753fd69093ce8df43b
[mirror_edk2.git] / BaseTools / Source / C / VolInfo / GNUmakefile
1 ARCH ?= IA32
2 MAKEROOT ?= ..
3
4 APPNAME = VolInfo
5
6 OBJECTS = VolInfo.o
7
8 include $(MAKEROOT)/Makefiles/app.makefile
9
10 LIBS = -lCommon
11
12