diff --git a/compiler/Makefile b/compiler/Makefile index b3c0b61ebf..f36a56dfda 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -11,4 +11,4 @@ test: find .. -name '*_test.v' | xargs v {} clean: - -rm vc v.c + -rm v.c