summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2013-06-18 11:26:37 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2013-06-18 11:26:37 -0700
commit13dd754a8c0113bebc0ad65def80d4caf5fc9b60 (patch)
treee2acff27779f1355e842ff135c7742337a481b35 /Makefile
parentb91c41659e61c2b4bd6b5a9b23862d8c093daa05 (diff)
downloadabc-13dd754a8c0113bebc0ad65def80d4caf5fc9b60.tar.gz
abc-13dd754a8c0113bebc0ad65def80d4caf5fc9b60.tar.bz2
abc-13dd754a8c0113bebc0ad65def80d4caf5fc9b60.zip
Suggested changes to counting time in Abc_Clock()
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6db73c5e..0950b167 100644
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,7 @@ endif
endif
-LIBS := -ldl
+LIBS := -ldl -lrt
ifneq ($(READLINE),0)
CFLAGS += -DABC_USE_READLINE