aboutsummaryrefslogtreecommitdiffstats
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 6b87c38..bb7cdc6 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ main.o: stratified_sampling.o
test: test.o mt19937.o
$(CXX) $^ -o $@
-rqmc: rqmc.o
+rqmc: rqmc.o mt19937.o
$(CXX) $^ -o $@ $(GSL_FLAGS)
clean: