From 3ec5339b9baee04f0532989cfa9b798604cf5077 Mon Sep 17 00:00:00 2001 From: Alex AUVOLAT Date: Sun, 8 Dec 2013 19:43:47 +0100 Subject: =?UTF-8?q?Suppression=20de=20la=20non-impl=C3=A9mentation=20utili?= =?UTF-8?q?sant=20des=20tarbres?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d61ac57..12e64b1 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ COMMON_C=main.c sets.c graph.c algos.c COMMON_H=graph.h sets.h algos.h -all : exe_ll exe_bs exe_tr exe_ll_test +all : exe_ll exe_bs exe_ll_test exe_ll : set_linked_lists.c $(COMMON_C) $(COMMON_H) gcc -o exe_ll set_linked_lists.c $(COMMON_C) -DLINKEDLISTS -g -O3 @@ -16,11 +16,7 @@ exe_bs_test : set_test.c sets.h set_bitsets.c sets.c gcc -o exe_ll_test set_test.c set_bitsets.c sets.c graphc. -DBITSETS -g -exe_tr : set_treaps.c $(COMMON_C) $(COMMON_H) - # gcc -o exe_tr set_treaps.c $(COMMON_C) -DTREAPS -g - - clean : - rm exe_ll exe_tr exe_bs + rm exe_ll exe_ll_test exe_bs -- cgit v1.2.3