diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2014-04-06 01:01:48 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2014-04-08 20:57:27 +0200 |
commit | 8edb1a7ee2c0ff20ea957bb0182335ede2f531e8 (patch) | |
tree | 9437f4b62833223070b948c75e22a087836bb55b /Algorithms/Part-II/2-SeamCarving/Makefile | |
parent | ed8599871364d293cd18220d255b8c7d09ae7dfc (diff) | |
download | coursera-8edb1a7ee2c0ff20ea957bb0182335ede2f531e8.zip coursera-8edb1a7ee2c0ff20ea957bb0182335ede2f531e8.tar.gz |
Algorithms-II : 2-SeamCarving: add ok.png, modify ResizeDemo.java Makefile to check result
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 335e05e..75cedde 100644 --- a/Algorithms/Part-II/2-SeamCarving/Makefile +++ b/Algorithms/Part-II/2-SeamCarving/Makefile @@ -32,7 +32,7 @@ check: $(BIN) $(CLASSES) check.sh ./check.sh HJoceanTransposed test: $(BIN) $(CLASSES) - java $(CLASSPATH) ResizeDemo ./data/HJocean.png 200 100 + java $(CLASSPATH) ResizeDemo ./data/HJocean.png 200 100 && cmp -b ok.png out.png && echo "OK" zip: $(BIN) $(ALGS4)/bin/findbugs $(BIN).class |