commit | 55e3fdb75cc25f112b2e4069d56053b31d22abb0 | [log] [tgz] |
---|---|---|
author | Nikola Petrovic <nikola.petrovic@novelic.com> | Tue Dec 22 20:50:42 2020 +0100 |
committer | Nikola Petrovic <nikola.petrovic@novelic.com> | Tue Dec 22 20:50:42 2020 +0100 |
tree | b7bc87366baebfcb64f5dd314db673d7e452432b | |
parent | 8644f6802c4ad5f693bf02ecb790a2321b385cbb [diff] |
Add run_all to makefile
diff --git a/cargo/Makefile b/cargo/Makefile index af64301..4963c7e 100644 --- a/cargo/Makefile +++ b/cargo/Makefile
@@ -21,6 +21,11 @@ .PHONY: test_top test_top: make move_user_proj_example + cd $(TOP_TEST_PATH); make all; cd -; + make move_back_user_proj_example + +run_all: + make move_user_proj_example make verilog_spectrometer make test_spectrometer cd $(TOP_TEST_PATH); make all; cd -;