summaryrefslogtreecommitdiff
path: root/java/07-simple-objects-better-use-jar/myaccountslib
diff options
context:
space:
mode:
Diffstat (limited to 'java/07-simple-objects-better-use-jar/myaccountslib')
-rw-r--r--java/07-simple-objects-better-use-jar/myaccountslib/README3
1 files changed, 1 insertions, 2 deletions
diff --git a/java/07-simple-objects-better-use-jar/myaccountslib/README b/java/07-simple-objects-better-use-jar/myaccountslib/README
index 94d053e..72a980e 100644
--- a/java/07-simple-objects-better-use-jar/myaccountslib/README
+++ b/java/07-simple-objects-better-use-jar/myaccountslib/README
@@ -8,5 +8,4 @@ javac --source-path src/ -d bin/ src/*.java
# Build jar file:
mkdir dist
-cd bin
-jar cf ../dist/myaccountslib.jar *.class
+jar cf dist/myaccountslib.jar -C bin .