diff options
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 a3faea290..3237d3bf0 100644 --- a/unix/Makefile +++ b/unix/Makefile @@ -16,6 +16,7 @@ LDFLAGS = -lm # source files SRC_C = \ main.c \ + file.c \ OBJ = $(addprefix $(BUILD)/, $(SRC_C:.c=.o)) $(PY_O) LIB = -lreadline |
