summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-03-22 19:04:04 -0700
committerKaz Kylheku <kaz@kylheku.com>2012-03-22 19:04:04 -0700
commit4b48c3ac0e4ce72fcc24c6baf14d55afc3157e3d (patch)
treebdc175626ae2e434ba97b54d7472a7782fc2a08b /Makefile
parent3d7808ffb335b1b01fe49a2fcba5ddad62375109 (diff)
parent3979dd9d09801792e8cc4428c4cf80ec98c676a3 (diff)
downloadtxr-4b48c3ac0e4ce72fcc24c6baf14d55afc3157e3d.tar.gz
txr-4b48c3ac0e4ce72fcc24c6baf14d55afc3157e3d.tar.bz2
txr-4b48c3ac0e4ce72fcc24c6baf14d55afc3157e3d.zip
Merge branch 'float-support'
Conflicts: ChangeLog
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c8244ea4..4125484a 100644
--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,7 @@ OBJS += $(MPI_OBJS)
PROG := ./txr
$(PROG): $(OBJS) $(OBJS-y)
- $(CC) $(CFLAGS) -o $@ $^ $(LEXLIB)
+ $(CC) $(CFLAGS) -o $@ $^ -lm $(LEXLIB)
VPATH := $(top_srcdir)