Skip to content

Commit 10a5a5f

Browse files
committed
Clean up all the autotools stuf
1 parent 5656707 commit 10a5a5f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Makefile.am

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,10 @@ linux/Version.h:
4545
./linux/GitVersion.sh > linux/Version.h
4646
.INTERMEDIATE: linux/Version.h
4747

48+
distclean-local:
49+
rm config.status configure config.log
50+
rm Makefile
51+
rm -r autom4te.cache/
52+
rm aclocal.m4
53+
rm compile install-sh missing Makefile.in
54+
rm -rf depcomp

0 commit comments

Comments
 (0)