Skip to content

Commit aa7f276

Browse files
committed
Improved distclean target
1 parent e3f5164 commit aa7f276

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

Makefile.am

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,19 @@ SUBDIRS=doc src
22
EXTRA_DIST=COPYING debian/*
33

44
ACLOCAL_AMFLAGS = -I m4
5+
6+
distclean-local:
7+
-rm -rf autom4te.cache/ \
8+
m4/*
9+
10+
-rm -f *~ \
11+
aclocal.m4 \
12+
compile \
13+
config.* \
14+
configure \
15+
depcomp \
16+
install-sh \
17+
ltmain.sh \
18+
Makefile.in \
19+
missing \
20+
doc/Makefile.in

src/Makefile.am

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,9 @@ cbm_SOURCES = cbm.cpp \
44
ErrnoError.hpp \
55
statistics.cpp statistics.hpp
66
cbm_LDADD = -lncurses widgets/libwidgets.la
7+
8+
distclean-local:
9+
-rm -f *~ \
10+
Makefile.in \
11+
config.h.in \
12+
widgets/Makefile.in

0 commit comments

Comments
 (0)