summaryrefslogtreecommitdiff
path: root/vm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'vm/Makefile')
-rw-r--r--vm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/Makefile b/vm/Makefile
index 4c4b1f6..077828c 100644
--- a/vm/Makefile
+++ b/vm/Makefile
@@ -7,7 +7,7 @@ BINARIES += transhuge-stress
all: $(BINARIES)
%: %.c
- $(CC) $(CFLAGS) -o $@ $^
+ $(CC) $(CFLAGS) -o $@ $^ -lrt
run_tests: all
@/bin/sh ./run_vmtests || (echo "vmtests: [FAIL]"; exit 1)