summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlex Auvolat--bernstein <auvolat@clipper.ens.fr>2013-12-04 16:34:15 +0100
committerAlex Auvolat--bernstein <auvolat@clipper.ens.fr>2013-12-04 16:34:15 +0100
commit77db931b94870a8f28eef482091924471cd18d64 (patch)
tree827ec4d9f3898a87bb7b51f430f532a03389f559 /Makefile
parent7cbbe99bca6c8dfccf3b85de8909ba94e2b03b44 (diff)
downloadAlgoProg-Projet-77db931b94870a8f28eef482091924471cd18d64.tar.gz
AlgoProg-Projet-77db931b94870a8f28eef482091924471cd18d64.zip
Algorithm B works.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2f7927c..b81992e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-COMMON_C=main.c sets.c graph.c
-COMMON_H=graph.h sets.h
+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