Skip to content

Commit 935575d

Browse files
committed
Rename test.flex and stub.sh
1 parent b7907bd commit 935575d

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.

xic-build

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
make clean
88

99
# Run JFlex on the lexer spec
10-
java -jar lib/jflex-full-1.7.0.jar src/test.flex -d src/main/java/lexer/
10+
java -jar lib/jflex-full-1.7.0.jar src/xilexer.flex -d src/main/java/lexer/
1111

1212
# Create the compiler using gradle, create xic binary
1313
if which gradle > /dev/null; then
@@ -17,7 +17,7 @@ else
1717
# gradle not installed by package manager, try the gradle wrapper supplied
1818
./gradlew customFatJar
1919
fi
20-
cat stub.sh build/libs/all-in-one-jar-1.0-SNAPSHOT.jar > xic && chmod +x xic
20+
cat make_jar_executable.sh build/libs/all-in-one-jar-1.0-SNAPSHOT.jar > xic && chmod +x xic
2121

2222
# Link the xic binary in ~/bin
2323
xic_path=$(readlink -f xic)

0 commit comments

Comments
 (0)