12 lines
158 B
Makefile
12 lines
158 B
Makefile
|
##
|
||
|
# Build base library parts of the libc.
|
||
|
##
|
||
|
|
||
|
include ../config.mk
|
||
|
|
||
|
LIBRARY = libbase.a
|
||
|
|
||
|
all: builddir $(LIBRARY)
|
||
|
|
||
|
include ../common.mk
|
||
|
include ../library.mk
|