rm binary and fix Makefile for Haskell example

This commit is contained in:
billpmurphy
2015-10-14 13:16:09 -04:00
parent e8d35d56d7
commit a076bb946b
2 changed files with 1 additions and 0 deletions

View File

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

Binary file not shown.