dxx-rebirth/cfile/makefile
2006-03-20 16:43:15 +00:00

10 lines
135 B
Makefile
Executable file

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