diff options
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: |