fix the makefile fix
This commit is contained in:
parent
38ace58668
commit
dd1b386ff8
@ -14,6 +14,7 @@ UUID:= ${DEPSDIR}/libuuid/.libs/libuuid.a
|
|||||||
|
|
||||||
all: magicka magimail magiedit ticproc mgpost magichat \
|
all: magicka magimail magiedit ticproc mgpost magichat \
|
||||||
filecenter dosbox_shim magiftpd reset_pass
|
filecenter dosbox_shim magiftpd reset_pass
|
||||||
|
|
||||||
www: magickawww magimail magiedit ticproc mgpost magichat \
|
www: magickawww magimail magiedit ticproc mgpost magichat \
|
||||||
filecenter dosbox_shim magiftpd reset_pass
|
filecenter dosbox_shim magiftpd reset_pass
|
||||||
|
|
||||||
@ -95,7 +96,7 @@ magiftpd:
|
|||||||
reset_pass:
|
reset_pass:
|
||||||
cd ${UTILSDIR}/reset_pass && ${MAKE}
|
cd ${UTILSDIR}/reset_pass && ${MAKE}
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean www
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f ${OBJS} ${WWWOBJS} ../magicka
|
rm -f ${OBJS} ${WWWOBJS} ../magicka
|
||||||
|
Reference in New Issue
Block a user