dxx-rebirth/misc/makefile
2006-04-03 17:32:39 +00:00

11 lines
243 B
Makefile
Executable file

TOPDIR = ..
include $(TOPDIR)/makefile.config
OBJECTS= error.$(OBJ) d_io.$(OBJ) d_glob.$(OBJ) strutil.$(OBJ) strio.$(OBJ) \
d_delay.$(OBJ) compare.$(OBJ) d_slash.$(OBJ)
OUTPUT = $(LIBDIR)/misc.$(LIB)
include $(TOPDIR)/makefile.lib