LEC makefile updated

This commit is contained in:
waleed-lm 2021-01-04 18:13:32 +05:00
parent 7c8f594e38
commit ad64d3a08e
1 changed files with 2 additions and 0 deletions

View File

@ -5,9 +5,11 @@ eda_check:
@$(CHECK_EDA_PATH)
fm_run: eda_check
git clone https://github.com/Lampro-Mellon/LEC_RTL.git
$(fm_run)
@mv *.log formality_work/formality_log
fm_gui: eda_check
git clone https://github.com/Lampro-Mellon/LEC_RTL.git
formality &
@mv *.log formality_work/formality_log