summaryrefslogtreecommitdiffstats
path: root/.local/bin
diff options
context:
space:
mode:
authorBryan Jenks <bryanjenks@protonmail.com>2020-06-08 02:51:13 -0700
committerGitHub <noreply@github.com>2020-06-08 05:51:13 -0400
commitb1d1446325fe483be0078c8932f5eb99fd98ea2b (patch)
treeb239d39a6499121276f5c2edae0dcffb0d945f13 /.local/bin
parent0646d9bb81a28c62b1f7ee649ea51fed489de8c7 (diff)
downloadeibhear-b1d1446325fe483be0078c8932f5eb99fd98ea2b.tar.gz
eibhear-b1d1446325fe483be0078c8932f5eb99fd98ea2b.tar.zst
eibhear-b1d1446325fe483be0078c8932f5eb99fd98ea2b.zip
rust file compilation (#698)
Diffstat (limited to '.local/bin')
-rwxr-xr-x.local/bin/compiler1
1 files changed, 1 insertions, 0 deletions
diff --git a/.local/bin/compiler b/.local/bin/compiler
index 4f1ad50..58a809f 100755
--- a/.local/bin/compiler
+++ b/.local/bin/compiler
@@ -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" ;;