diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-01-23 07:50:32 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-01-23 07:50:32 +0100 |
commit | 8407e4f36ed5387ed1492cb8ac34474d8b288256 (patch) | |
tree | 9c8536cf8e20c1d90dd2fdff76b7e2cae61c5e0f /Makefile | |
parent | whitespace (diff) | |
download | algorithms-and-data-structures-8407e4f36ed5387ed1492cb8ac34474d8b288256.tar.gz algorithms-and-data-structures-8407e4f36ed5387ed1492cb8ac34474d8b288256.tar.bz2 algorithms-and-data-structures-8407e4f36ed5387ed1492cb8ac34474d8b288256.tar.xz |
add sentinel singly linked list
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 src/datastructures/linkedlists/sentinel-template obj/algorithms/searching/MultiinterpolationSearch.class: obj/algorithms/searching/InterpolationSearch.class obj/algorithms/searching/MultibinarySearch.class: obj/algorithms/searching/BinarySearch.class |