summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 2 insertions, 6 deletions
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