mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
rust file compilation
This commit is contained in:
parent
0646d9bb81
commit
8cf6663b14
@ -42,6 +42,7 @@ case "$ext" in
|
||||
h) sudo make install ;;
|
||||
c) cc "$file" -o "$base" && "$base" ;;
|
||||
py) python "$file" ;;
|
||||
rs) cargo build ;;
|
||||
m) octave "$file" ;;
|
||||
scad) openscad -o "$base".stl "$file" ;;
|
||||
go) go run "$file" ;;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user