aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-01-22 11:23:20 +0100
committerMattias Andrée <maandree@operamail.com>2014-01-22 11:23:20 +0100
commite33d1e9b9a531571a71fe8b16f157fc3275ee287 (patch)
tree47149b27d0d777ff32ec849f654a934b6631de3d /Makefile
parentm (diff)
downloadalgorithms-and-data-structures-e33d1e9b9a531571a71fe8b16f157fc3275ee287.tar.gz
algorithms-and-data-structures-e33d1e9b9a531571a71fe8b16f157fc3275ee287.tar.bz2
algorithms-and-data-structures-e33d1e9b9a531571a71fe8b16f157fc3275ee287.tar.xz
reduce duplicate code
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 427ddfa..6babc04 100644
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,7 @@ obj/%.java: src/%.java $(foreach F, $(PP), src/$(F))
$(GPP) -s £ < "$<" > "$@"
+obj/datastructures/linkedlists/*.java: src/datastructures/linkedlists/template
obj/algorithms/searching/MultiinterpolationSearch.class: obj/algorithms/searching/InterpolationSearch.class
obj/algorithms/searching/MultibinarySearch.class: obj/algorithms/searching/BinarySearch.class