diff options
author | Alex Auvolat--bernstein <auvolat@clipper.ens.fr> | 2013-12-04 16:34:15 +0100 |
---|---|---|
committer | Alex Auvolat--bernstein <auvolat@clipper.ens.fr> | 2013-12-04 16:34:15 +0100 |
commit | 77db931b94870a8f28eef482091924471cd18d64 (patch) | |
tree | 827ec4d9f3898a87bb7b51f430f532a03389f559 /Makefile | |
parent | 7cbbe99bca6c8dfccf3b85de8909ba94e2b03b44 (diff) | |
download | AlgoProg-Projet-77db931b94870a8f28eef482091924471cd18d64.tar.gz AlgoProg-Projet-77db931b94870a8f28eef482091924471cd18d64.zip |
Algorithm B works.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |