mirror of https://github.com/acidanthera/audk.git
11 lines
134 B
Makefile
11 lines
134 B
Makefile
|
!INCLUDE ..\Makefiles\ms.common
|
||
|
|
||
|
APPNAME = EfiRom
|
||
|
|
||
|
LIBS = $(LIB_PATH)\Common.lib
|
||
|
|
||
|
OBJECTS = EfiRom.obj
|
||
|
|
||
|
!INCLUDE ..\Makefiles\ms.app
|
||
|
|