Skip to content

Commit 6853f7e

Browse files
author
rasmussn
committed
Beefed up clean target.
1 parent 3b8c9a8 commit 6853f7e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/rule-tests/pp/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ junk :
5858
sglri -p $(TBL) -i junk.f90 | $(TO_FAST) | $(TO_PP) | ast2text -p $(PP)
5959

6060
clean :
61-
rm -f tmp/*.f90 tmp/*.o
61+
rm -f *.mod
62+
rm -f tmp/*.f90 tmp/*.f77 tmp/*.f08 tmp/*.o
6263
rm -f tmp-simple/*.aterm
6364
rm -f tmp-fast/*.aterm

0 commit comments

Comments
 (0)