From f339746cc182a746087e3637c9425b1b5f0b0ab2 Mon Sep 17 00:00:00 2001 From: Bertrand Date: Mon, 8 Feb 2016 14:39:06 +0000 Subject: rajout de dépendance MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index e2282df..5edda83 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,8 @@ GSL_FLAGS:=$(shell pkg-config --libs gsl) main: main.o rtnorm.o stratified_sampling.o $(CXX) $^ -o $@ $(GSL_FLAGS) +stratified_sampling.o: stratified_sampling.hpp + test: test.o mt19937.o $(CXX) $^ -o $@ -- cgit v1.2.3-70-g09d2