8 lines
176 B
Makefile
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)
|