diff options
| author | azidar | 2015-04-15 15:44:56 -0700 |
|---|---|---|
| committer | azidar | 2015-04-15 15:44:56 -0700 |
| commit | 98c721d17ab8352c618c7917b8188e14959f2bad (patch) | |
| tree | f0e2d291d53b6b1fb3313b6624c91e4afd66f377 /Makefile | |
| parent | 530e324acccdff7101bda4109bdf54185f476c92 (diff) | |
Finished flo backend. Restructured todo list
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
