dxx-rebirth/mem/makefile

10 lines
132 B
Makefile
Raw Normal View History

2006-03-20 16:43:15 +00:00
TOPDIR = ..
include $(TOPDIR)/makefile.config
OBJECTS = mem.$(OBJ)
2006-04-03 17:32:39 +00:00
OUTPUT = $(LIBDIR)/mem.$(LIB)
2006-03-20 16:43:15 +00:00
include $(TOPDIR)/makefile.lib