Rev 3 | Go to most recent revision | Details | Last modification | View Log | RSS feed
#
# The assert sub-library
ifndef BASE
BASE=../..
endif
include $(BASE)/config/config.mk
LIBRARY = c
OBJS_PATH = $(BASE)/libc/assert
SRCS= assert.c
OBJS= $(patsubst %.c,%.o,$(SRCS))
include $(BASE)/config/sublib.mk