summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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