diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-01-21 18:22:54 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-01-21 18:22:54 +0100 |
commit | 4351c46662b37c7d4f54f48d7265bf6e4240e8e3 (patch) | |
tree | c161232911bbf18486bb9e6f6f20bc16eee1f3e0 /Makefile | |
parent | add multiinterpolation search (diff) | |
download | algorithms-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>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |