diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2013-12-18 09:03:37 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2013-12-18 09:03:37 +0100 |
commit | 3bfea3f9126bb991a1bdf25428a72e17963abf62 (patch) | |
tree | e068ae61c387560f3ed8ea5ecc152aa021f0ee3e /Algorithms/Part-II/2-SeamCarving/Makefile | |
parent | 31f4e08b3b0df3058619da493d15334caa3d4f55 (diff) | |
download | coursera-3bfea3f9126bb991a1bdf25428a72e17963abf62.zip coursera-3bfea3f9126bb991a1bdf25428a72e17963abf62.tar.gz |
Algorithms : install algs4 in gittree/algs4
Diffstat (limited to 'Algorithms/Part-II/2-SeamCarving/Makefile')
-rw-r--r-- | Algorithms/Part-II/2-SeamCarving/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Algorithms/Part-II/2-SeamCarving/Makefile b/Algorithms/Part-II/2-SeamCarving/Makefile index 8e826fe..335e05e 100644 --- a/Algorithms/Part-II/2-SeamCarving/Makefile +++ b/Algorithms/Part-II/2-SeamCarving/Makefile @@ -1,6 +1,6 @@ CC = javac -ALGS4 = $(HOME)/algs4 +ALGS4 = ../../algs4 BIN = SeamCarver SRCS = SeamCarver.java CLASSES = PrintEnergy.class PrintSeams.class ResizeDemo.class SCUtility.class ShowEnergy.class ShowSeams.class |