mirror of https://github.com/acidanthera/audk.git
8 lines
172 B
Plaintext
8 lines
172 B
Plaintext
|
include $(MAKEROOT)/Makefiles/header.makefile
|
||
|
|
||
|
LIBRARY = $(MAKEROOT)/libs/lib$(LIBNAME).a
|
||
|
|
||
|
all: $(MAKEROOT)/libs $(LIBRARY)
|
||
|
|
||
|
include $(MAKEROOT)/Makefiles/footer.makefile
|