From 06a5531251a20ced29d27efe38ab9b2e5e0d8496 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