rust file compilation (#698)
This commit is contained in:
parent
0646d9bb81
commit
b1d1446325
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ case "$ext" in
|
||||||
h) sudo make install ;;
|
h) sudo make install ;;
|
||||||
c) cc "$file" -o "$base" && "$base" ;;
|
c) cc "$file" -o "$base" && "$base" ;;
|
||||||
py) python "$file" ;;
|
py) python "$file" ;;
|
||||||
|
rs) cargo build ;;
|
||||||
m) octave "$file" ;;
|
m) octave "$file" ;;
|
||||||
scad) openscad -o "$base".stl "$file" ;;
|
scad) openscad -o "$base".stl "$file" ;;
|
||||||
go) go run "$file" ;;
|
go) go run "$file" ;;
|
||||||
|
|
Loading…
Reference in a new issue