aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-01-24 13:50:21 +0100
committerMattias Andrée <maandree@operamail.com>2014-01-24 13:50:21 +0100
commited65a2536eb1a01b833929f7e16716f1d5bd98b7 (patch)
treec75e081cd416570aeb8767942b3252b940d080a6 /Makefile
parentcalculating next power of two (diff)
downloadalgorithms-and-data-structures-ed65a2536eb1a01b833929f7e16716f1d5bd98b7.tar.gz
algorithms-and-data-structures-ed65a2536eb1a01b833929f7e16716f1d5bd98b7.tar.bz2
algorithms-and-data-structures-ed65a2536eb1a01b833929f7e16716f1d5bd98b7.tar.xz
code reduction
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 353e64b..752d700 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ obj/%.java: src/%.java $(foreach F, $(PP), src/$(F))
env GPP="$(GPP)" $(GPP) -s £ < "$<" > "$@"
-$(OBJ_LINKED_LISTS): src/datastructures/linkedlists/template
+$(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