aboutsummaryrefslogtreecommitdiff
path: root/unix/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'unix/Makefile')
-rw-r--r--unix/Makefile1
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