fix build script
This commit is contained in:
parent
f70565325e
commit
38ace58668
@ -14,6 +14,8 @@ 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
|
||||
|
||||
${LUA}:
|
||||
cd ${DEPSDIR}/lua && ${MAKE} -f Makefile ${DEPS_LUA_TARGET} MAKEFLAGS= CC=${CC}
|
||||
@ -59,7 +61,7 @@ endif
|
||||
%.o: %.c ${HDRS}
|
||||
${CC} -c -o $@ $< ${CFLAGS}
|
||||
|
||||
www: ${OBJS} ${WWWOBJS} ${LUA} ${ZMODEM} ${B64} ${JAMLIB} ${JSMN} ${UUID}
|
||||
magickawww: ${OBJS} ${WWWOBJS} ${LUA} ${ZMODEM} ${B64} ${JAMLIB} ${JSMN} ${UUID}
|
||||
${CC} -o ../magicka $^ ${LIBS} -lmicrohttpd
|
||||
|
||||
magicka: ${OBJS} ${LUA} ${ZMODEM} ${JAMLIB} ${JSMN} ${UUID}
|
||||
|
Reference in New Issue
Block a user