mirror of https://github.com/acidanthera/audk.git
11 lines
129 B
Makefile
11 lines
129 B
Makefile
|
ARCH ?= IA32
|
||
|
MAKEROOT ?= ..
|
||
|
|
||
|
APPNAME = GenPage
|
||
|
|
||
|
LIBS = -lCommon
|
||
|
|
||
|
OBJECTS = GenPage.o
|
||
|
|
||
|
include $(MAKEROOT)/Makefiles/app.makefile
|