old-DasOS/prototypes/libbase/Makefile
2016-06-26 18:48:36 +02:00

12 lines
No EOL
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