Commit 93ff2cd7 authored by Nicolas "Norswap" Laurent's avatar Nicolas "Norswap" Laurent Committed by norswap

add -f to rm in makefile

parent 54132ee4
......@@ -66,10 +66,10 @@ test_contracts:
test: test_challenge test_mipsevm test_minigeth
clean:
rm minigeth/go-ethereum
rm mipigo/minigeth
rm mipigo/minigeth.bin
rm mipsevm/mipsevm
rm -f minigeth/go-ethereum
rm -f mipigo/minigeth
rm -f mipigo/minigeth.bin
rm -f mipsevm/mipsevm
rm -rf artifacts
mrproper: clean
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment