aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-01-21 18:22:54 +0100
committerMattias Andrée <maandree@operamail.com>2014-01-21 18:22:54 +0100
commit4351c46662b37c7d4f54f48d7265bf6e4240e8e3 (patch)
treec161232911bbf18486bb9e6f6f20bc16eee1f3e0
parentadd multiinterpolation search (diff)
downloadalgorithms-and-data-structures-4351c46662b37c7d4f54f48d7265bf6e4240e8e3.tar.gz
algorithms-and-data-structures-4351c46662b37c7d4f54f48d7265bf6e4240e8e3.tar.bz2
algorithms-and-data-structures-4351c46662b37c7d4f54f48d7265bf6e4240e8e3.tar.xz
update makefile
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 772906b..427ddfa 100644
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,7 @@ obj/%.java: src/%.java $(foreach F, $(PP), src/$(F))
$(GPP) -s £ < "$<" > "$@"
+obj/algorithms/searching/MultiinterpolationSearch.class: obj/algorithms/searching/InterpolationSearch.class
obj/algorithms/searching/MultibinarySearch.class: obj/algorithms/searching/BinarySearch.class