commit 130e1db2bcf292c6137cdfa576cd31377d811eb7 parent 87bead4dc0dafbbd9b35abe57172f0c4999e31a5 Author: NunoSempere <nuno.semperelh@protonmail.com> Date: Sat, 6 Apr 2024 15:52:16 -0400 remove .swp file, justify makefile Diffstat:
| M | rust/makefile | | | 3 | +++ |
| D | rust/src/.main.rs.swp | | | 0 |
2 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/rust/makefile b/rust/makefile @@ -1,5 +1,8 @@ SHELL=bash +# why use a makefile? Because it abstracts away the individual build systems: npm/cargo/go/yarn/gcc/clang/etc. +# this reduces the cost of trying out new languages + build: cargo build --release ./target/release/squiggle_rust diff --git a/rust/src/.main.rs.swp b/rust/src/.main.rs.swp Binary files differ.