Skip to content

Commit

Permalink
Remove Makefile and Makefile.in files when running distclean
Browse files Browse the repository at this point in the history
  • Loading branch information
Harald Judt committed May 22, 2015
1 parent 5ad3ff4 commit 8b96fd0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ SUBDIRS = \

distclean-local:
rm -rf *.cache *~
find . -type f -name Makefile -delete
find . -type f -name Makefile.in -delete

distuninstallcheck_listfiles = \
find . -type f -print | grep -v ./share/icons/hicolor/icon-theme.cache
Expand Down

0 comments on commit 8b96fd0

Please sign in to comment.