aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 2d23909..0a9c4ae 100644
--- a/makefile
+++ b/makefile
@@ -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: