This repository has been archived on 2025-02-12. You can view files and clone it, but cannot push or open issues or pull requests.
NeoStats/dl/cs/Makefile
2004-02-12 22:18:57 +00:00

8 lines
177 B
Makefile

SRCS = cs.c cs_help.c
TARGET = connectserv.so
DISTFILES = $(SRCS) cs.h Makefile ChangeLog
include ../Makefile.inc
install: $(TARGET)
$(INSTALL_MOD) $(TARGET) $(MODDIRECTORY)