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