From 032d8609c728312ff94b22c158602a3f9982b8b7 Mon Sep 17 00:00:00 2001 From: whoami Date: Wed, 26 Jun 2019 13:53:46 +0300 Subject: [PATCH] Makefile cleanup --- compiler/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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