summaryrefslogtreecommitdiffstats
path: root/Algorithms/Part-II/2-SeamCarving/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Algorithms/Part-II/2-SeamCarving/Makefile')
-rw-r--r--Algorithms/Part-II/2-SeamCarving/Makefile2
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