diff --git a/compiler/Makefile b/compiler/Makefile index 0244e1a509..85b43544b1 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -11,4 +11,4 @@ test: v find .. -name '*_test.v' | xargs ./v {} clean: - -rm v.c + -rm -f v.c v