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

10 lines
136 B
Makefile
Executable file

TOPDIR = ..
include $(TOPDIR)/makefile.config
OBJECTS = cfile.$(OBJ)
OUTPUT = $(LIBDIR)/cfile.$(LIB)
include $(TOPDIR)/makefile.lib