aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-01-21 16:35:39 +0100
committerMattias Andrée <maandree@operamail.com>2014-01-21 16:35:39 +0100
commit1d9332538db3c759b591f2bd0db43261dac03634 (patch)
tree564d137cbc1f4963975b55df6950020f5e0b6706 /Makefile
parentcompile with -Xlint:all,-cast (diff)
downloadalgorithms-and-data-structures-1d9332538db3c759b591f2bd0db43261dac03634.tar.gz
algorithms-and-data-structures-1d9332538db3c759b591f2bd0db43261dac03634.tar.bz2
algorithms-and-data-structures-1d9332538db3c759b591f2bd0db43261dac03634.tar.xz
partial array support in binary search + add multibinary search
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 914d9a4..772906b 100644
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,9 @@ obj/%.java: src/%.java $(foreach F, $(PP), src/$(F))
$(GPP) -s £ < "$<" > "$@"
+obj/algorithms/searching/MultibinarySearch.class: obj/algorithms/searching/BinarySearch.class
+
+
.PHONY: clean
clean:
-rm -r -- bin obj