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/ms/Makefile
2004-02-12 22:18:57 +00:00

8 lines
176 B
Makefile

SRCS = ms.c ms_help.c
TARGET = moraleserv.so
DISTFILES = $(SRCS) ms.h Makefile ChangeLog
include ../Makefile.inc
install: $(TARGET)
$(INSTALL_MOD) $(TARGET) $(MODDIRECTORY)