diff --git a/Makefile b/Makefile index 9915845..4eb64db 100644 --- a/Makefile +++ b/Makefile @@ -13,4 +13,4 @@ run: sim ./sim clean: - rm sim *.o + rm -f sim *.o