Remove more wswrapper Makefile references.

This commit is contained in:
Joel Martin 2012-02-02 06:51:39 -06:00
parent e2497313f5
commit 27ec5cff89
1 changed files with 2 additions and 2 deletions

View File

@ -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