Skip to content

Commit 358783c

Browse files
committed
Jar packaging: create non-existing dictionary
1 parent 1ddb551 commit 358783c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
all:
2+
mkdir -p org/numbertext/data
23
cp ../data/*.sor org/numbertext/data
34
CLASSPATH=. javac -encoding utf8 org/numbertext/Numbertext.java
45
jar cfm numbertext.jar Manifest.txt org

0 commit comments

Comments
 (0)