We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0519a7e commit 0e26788Copy full SHA for 0e26788
.gitignore
@@ -4,3 +4,10 @@ Rust/bin/
4
5
# Ignore target/
6
Rust/target/
7
+
8
+# Ignore gz file
9
+*.gz
10
11
+# test
12
+C/test/
13
+Rust/test/
C/elfina-linux.tar.gz
-739 KB
README.md
@@ -92,7 +92,7 @@ elfina/
92
Clone the repository and compile the project:
93
```bash
94
git clone https://github.com/iss4cf0ng/Elfina
95
-cd Elfina/C-lang
+cd Elfina/C
96
make
97
```
98
or
@@ -102,7 +102,12 @@ chmod +x build.sh
102
103
104
### Rust
105
-**Coming soon**
+```bash
106
+git clone https://github.com/iss4cf0ng/Elfina
107
+cd Elfina/Rust
108
+chmod +x build.sh
109
+./build.sh
110
+```
111
112
## Demonstration
113
### elfina (x86-64)
0 commit comments