Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
Rename test.flex and stub.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolkabra committed Feb 3, 2019
1 parent b7907bd commit 935575d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions xic-build
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
make clean

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

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

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

0 comments on commit 935575d

Please sign in to comment.