diff options
author | cbdev <cb@cbcdn.com> | 2019-05-25 09:10:55 +0200 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2019-05-25 09:10:55 +0200 |
commit | 79e063d6aa6116231fdfb374f52507236ca3770e (patch) | |
tree | b4b0acd9faa1576b69d3fc18b0496f8132539e51 /makefile | |
parent | de23df891940464080297cd9b17324d8ee4601d7 (diff) | |
download | websocksy-79e063d6aa6116231fdfb374f52507236ca3770e.tar.gz websocksy-79e063d6aa6116231fdfb374f52507236ca3770e.tar.bz2 websocksy-79e063d6aa6116231fdfb374f52507236ca3770e.zip |
Basic forwarding and builtin extension functions
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ LDLIBS=-lnettle all: websocksy -websocksy: websocksy.c websocksy.h ws_proto.c +websocksy: websocksy.c websocksy.h ws_proto.c builtins.c $(CC) $(CFLAGS) $(LDLIBS) $< -o $@ clean: |