From dd1b386ff85b87047b2772ee0362b08e26f704ce Mon Sep 17 00:00:00 2001 From: Andrew Pamment Date: Wed, 10 Oct 2018 11:30:01 +1000 Subject: [PATCH] fix the makefile fix --- src/GNUmakefile.common | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/GNUmakefile.common b/src/GNUmakefile.common index 1d958f8..49afb3b 100644 --- a/src/GNUmakefile.common +++ b/src/GNUmakefile.common @@ -14,6 +14,7 @@ UUID:= ${DEPSDIR}/libuuid/.libs/libuuid.a all: magicka magimail magiedit ticproc mgpost magichat \ filecenter dosbox_shim magiftpd reset_pass + www: magickawww magimail magiedit ticproc mgpost magichat \ filecenter dosbox_shim magiftpd reset_pass @@ -95,7 +96,7 @@ magiftpd: reset_pass: cd ${UTILSDIR}/reset_pass && ${MAKE} -.PHONY: clean +.PHONY: clean www clean: rm -f ${OBJS} ${WWWOBJS} ../magicka