diff --git a/haskell-to-rust/Makefile b/haskell-to-rust/Makefile index 23e15a2..82514a9 100644 --- a/haskell-to-rust/Makefile +++ b/haskell-to-rust/Makefile @@ -12,4 +12,5 @@ target/debug/libdouble_input.$(EXT): src/lib.rs Cargo.toml clean: rm -rf target + rm main rm src/*.o src/*.hi diff --git a/haskell-to-rust/main b/haskell-to-rust/main deleted file mode 100755 index 2d10333..0000000 Binary files a/haskell-to-rust/main and /dev/null differ