diff options
| author | Paul Sokolovsky | 2014-01-18 23:47:44 +0200 |
|---|---|---|
| committer | Paul Sokolovsky | 2014-01-19 00:16:39 +0200 |
| commit | fc926082373970824fc1be2ccef7d4edcfc8af9d (patch) | |
| tree | bd4aec636db0dcce2be3acb787f8e272a20065be /unix/Makefile | |
| parent | aefe79880f8c5f66132673ccc9be27d2ca29005b (diff) | |
Add lean ("raw") socket module.
Diffstat (limited to 'unix/Makefile')
| -rw-r--r-- | unix/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/Makefile b/unix/Makefile index 9055909fb..1bef083eb 100644 --- a/unix/Makefile +++ b/unix/Makefile @@ -25,6 +25,7 @@ endif SRC_C = \ main.c \ file.c \ + socket.c \ OBJ = $(addprefix $(BUILD)/, $(SRC_C:.c=.o)) $(PY_O) LIB = -lreadline |
