Skip to content

Commit

Permalink
Fix distclean
Browse files Browse the repository at this point in the history
  • Loading branch information
roystgnr authored and jwpeterson committed Nov 18, 2024
1 parent 6b4d540 commit ba2dd75
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contrib/netgen/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ clean-local:
$(MAKE) -C build $(AM_MAKEFLAGS) clean
rm -f .buildstamp

distclean-local:
rm -rf build
rm -f .buildstamp


netgenincludedir=$(includedir)/netgen
nglibincludedir=$(includedir)/netgen/nglib
Expand Down

0 comments on commit ba2dd75

Please sign in to comment.