From 907e2f92c1ec0b91dd32b132c157614652395e33 Mon Sep 17 00:00:00 2001 From: Andrew Pamment Date: Sun, 27 May 2018 11:16:45 +1000 Subject: [PATCH] Dont need qftp or shared lib --- utils/mnetftpc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/mnetftpc/Makefile b/utils/mnetftpc/Makefile index 49f175f..500e002 100644 --- a/utils/mnetftpc/Makefile +++ b/utils/mnetftpc/Makefile @@ -10,7 +10,7 @@ all: mnetftpc $(CC) -c -o $@ $< $(CFLAGS) $(LIBFTP): - cd ../../deps/ftplib-4.0-1/src && $(MAKE) + cd ../../deps/ftplib-4.0-1/src && $(MAKE) libftp.a mnetftpc: $(OBJ) $(LIBFTP) $(CC) -o mnetftpc $^ $(CFLAGS) -L/usr/local/lib