rust file compilation

This commit is contained in:
Bryan Jenks 2020-06-07 20:47:04 -07:00 committed by GitHub
parent 0646d9bb81
commit 8cf6663b14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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" ;;