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:
parent
04e49b174b
commit
f318bb8286
5 changed files with 17 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue