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