old-DasOS/prototypes/libbase/Makefile

12 lines
158 B
Makefile
Raw Permalink Normal View History

2016-06-26 12:36:32 +00:00
##
# Build base library parts of the libc.
##
include ../config.mk
LIBRARY = libbase.a
all: builddir $(LIBRARY)
include ../common.mk
include ../library.mk