From 27ec5cff89f2008ed21c5586489058c79564c173 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Thu, 2 Feb 2012 06:51:39 -0600 Subject: [PATCH] Remove more wswrapper Makefile references. --- other/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/other/Makefile b/other/Makefile index 8e4a297..b0387bf 100644 --- a/other/Makefile +++ b/other/Makefile @@ -1,4 +1,4 @@ -TARGETS=websockify wswrapper.so kumina +TARGETS=websockify kumina CFLAGS += -fPIC all: $(TARGETS) @@ -13,5 +13,5 @@ kumina: kumina.o $(CC) $(LDFLAGS) $^ -lresolv -lssl -o $@ clean: - rm -f websockify wswrapper.so kumina *.o + rm -f websockify kumina *.o