aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index acdda20c..51d30ae1 100644
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,9 @@ build:
check:
cd $(test_dir)/passes && lit -v . --path=$(root_dir)/utils/bin/
+chisel3:
+ cd $(test_dir)/chisel3 && lit -v . --path=$(root_dir)/utils/bin/
+
clean:
rm -f $(test_dir)/*/*/*.out
rm -f $(test_dir)/*/*.out