Skip to content

Commit

Permalink
Makefile: distclean configure, rpm and source tar files
Browse files Browse the repository at this point in the history
Remove the configure script, rpm files and .tar.gz source file when
running "make distclean". For "make clean", keep the configure script.

Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com>
  • Loading branch information
damien-lemoal committed Dec 16, 2021
1 parent d61929a commit d3a9c3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ rpm:
@echo "Building RPM packages requires rpmbuild and rpm utilities"
exit 1
endif

CLEANFILES = *.rpm *.tar.gz
DISTCLEANFILES = *.rpm *.tar.gz configure

0 comments on commit d3a9c3d

Please sign in to comment.