aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-10-12 03:39:31 +0200
committerMattias Andrée <maandree@operamail.com>2014-10-12 03:39:31 +0200
commitb4489e38bff16c4f6ce9ef186f2feed80644fa32 (patch)
tree5d1bd6983d6231160841b8bae07ab2a51bc5321b /Makefile
parentnote on performance (diff)
downloadalgorithms-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--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 752d700..bd9c090 100644
--- a/Makefile
+++ b/Makefile
@@ -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