From 22358d075a89d44dbe8ef901a0a42d2c3f8e285a Mon Sep 17 00:00:00 2001 From: Bertrand Date: Sat, 6 Feb 2016 19:32:06 +0000 Subject: encapsulage du stratified sampling --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c412ee3..62e9c4e 100644 --- a/Makefile +++ b/Makefile @@ -4,11 +4,11 @@ RM = rm CXXFLAGS=-std=c++11 -O3 GSL_FLAGS:=$(shell pkg-config --libs gsl) -stratified_sampling: rtnorm.o stratified_sampling.o +main: main.o rtnorm.o stratified_sampling.o $(CXX) $^ -o $@ $(GSL_FLAGS) test: test.o mt19937.o $(CXX) $^ -o $@ clean: - -$(RM) -f *.o test stratified_sampling + -$(RM) -f *.o test stratified_sampling main -- cgit v1.2.3-70-g09d2