Skip to content

Commit

Permalink
make sure the make clean directive also removes the PrimitiveProjecti…
Browse files Browse the repository at this point in the history
…ons.vo file
  • Loading branch information
ybertot committed Mar 21, 2024
1 parent e7b93c8 commit 83711f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ clean_test :
rm -f $(TESTDIR)/Test.vo $(TESTDIR)/Test.glob
rm -f $(TESTDIR)/Morph.vo $(TESTDIR)/Morph.glob
rm -f $(TESTDIR)/Polymorph.vo $(TESTDIR)/Polymorph.glob
rm -f $(TESTDIR)/PrimitiveProjections.vo $(TESTDIR)/PrimitiveProjections.glob
rm -f $(TESTDIR)/.*.vo.aux

clean_config:
Expand Down

0 comments on commit 83711f4

Please sign in to comment.