aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorazidar2015-04-15 15:44:56 -0700
committerazidar2015-04-15 15:44:56 -0700
commit98c721d17ab8352c618c7917b8188e14959f2bad (patch)
treef0e2d291d53b6b1fb3313b6624c91e4afd66f377 /Makefile
parent530e324acccdff7101bda4109bdf54185f476c92 (diff)
Finished flo backend. Restructured todo list
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