diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-10-12 03:39:31 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-10-12 03:39:31 +0200 |
commit | b4489e38bff16c4f6ce9ef186f2feed80644fa32 (patch) | |
tree | 5d1bd6983d6231160841b8bae07ab2a51bc5321b /Makefile | |
parent | note on performance (diff) | |
download | algorithms-and-data-structures-b4489e38bff16c4f6ce9ef186f2feed80644fa32.tar.gz algorithms-and-data-structures-b4489e38bff16c4f6ce9ef186f2feed80644fa32.tar.bz2 algorithms-and-data-structures-b4489e38bff16c4f6ce9ef186f2feed80644fa32.tar.xz |
fix errors and start on a performance test
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
@@ -23,6 +23,7 @@ obj/%.java: src/%.java $(foreach F, $(PP), src/$(F)) $(OBJ_LINKED_LISTS): src/datastructures/linkedlists/template obj/algorithms/bits/Powers.class obj/algorithms/searching/MultiinterpolationSearch.class: obj/algorithms/searching/InterpolationSearch.class obj/algorithms/searching/MultibinarySearch.class: obj/algorithms/searching/BinarySearch.class +obj/datastructures/PerformanceTest.class: $(OBJ_LINKED_LISTS) .PHONY: clean |