diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-01-22 11:23:20 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-01-22 11:23:20 +0100 |
commit | e33d1e9b9a531571a71fe8b16f157fc3275ee287 (patch) | |
tree | 47149b27d0d777ff32ec849f654a934b6631de3d /Makefile | |
parent | m (diff) | |
download | algorithms-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |