Add missing clean targets

template_typedef_cplx2 files are generated by the template_typedef_import.multicpptest
but can also be cleaned by the template_typedef_cplx2.cpptest target.
This commit is contained in:
William S Fulton 2020-10-10 11:44:51 +01:00
commit f318bb8286
5 changed files with 17 additions and 9 deletions

View file

@ -137,4 +137,5 @@ clean:
rm -f mod_a$${ext} mod_b$${ext}; \
rm -f multi_import_a$${ext} multi_import_b$${ext}; \
rm -f packageoption_a$${ext} packageoption_b$${ext} packageoption_c$${ext}; \
rm -f template_typedef_cplx2$${ext}; \
done