Skip to content
Snippets Groups Projects
Commit e7b1d4ac authored by Johannes Pfeifer's avatar Johannes Pfeifer
Browse files

testsuite: Fix missing dependence

parent 334020fc
No related branches found
No related tags found
No related merge requests found
......@@ -679,6 +679,9 @@ kalman_filter_smoother/algo4.o.trs: kalman_filter_smoother/algo3.o.trs
kalman_filter_smoother/test_compute_Pinf_Pstar.m.trs: kalman_filter_smoother/test_compute_Pinf_Pstar_data.m.trs
kalman_filter_smoother/test_compute_Pinf_Pstar.o.trs: kalman_filter_smoother/test_compute_Pinf_Pstar_data.o.trs
optimal_policy/Ramsey/ramsey_ex.m.trs: optimal_policy/Ramsey/ramsey_ex_initval.m.trs
optimal_policy/Ramsey/ramsey_ex.o.trs: optimal_policy/Ramsey/ramsey_ex_initval.o.trs
optimal_policy/nk_ramsey_expectation_a.m.trs: optimal_policy/nk_ramsey_expectation.m.trs
optimal_policy/nk_ramsey_expectation_a.o.trs: optimal_policy/nk_ramsey_expectation.o.trs
......@@ -1527,6 +1530,8 @@ clean-local:
rm -f occbin/filter/dataobsfile2.mat
rm -f optimal_policy/Ramsey/oo_ramsey_policy_initval.mat
find . -name "*.tex" -type f -delete
find . -name "*.aux" -type f -delete
find . -name "*.log" -type f -delete
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment