summaryrefslogtreecommitdiffstats
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 a9d4331e..c3b1dd50 100644
--- a/Makefile
+++ b/Makefile
@@ -54,7 +54,7 @@ OBJS += $(MPI_OBJS)
PROG := txr
$(PROG): $(OBJS) $(OBJS-y)
- $(CC) $(CFLAGS) -o $@ $^ -lm $(LEXLIB)
+ $(CC) $(CFLAGS) -o $@ $^ -lm
VPATH := $(top_srcdir)