Lexertl init script
This commit is contained in:
parent
f1cedfc409
commit
03e7999e53
9
cypher/init.sh
Executable file
9
cypher/init.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
echo "Cypher init..."
|
||||
git submodule update --init lexertl
|
||||
cd lemon
|
||||
make
|
||||
cd ../
|
||||
make
|
||||
echo "Cypher was initialized."
|
||||
|
Loading…
Reference in New Issue
Block a user