We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3f5164 commit aa7f276Copy full SHA for aa7f276
Makefile.am
@@ -2,3 +2,19 @@ SUBDIRS=doc src
2
EXTRA_DIST=COPYING debian/*
3
4
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
@@ -4,3 +4,9 @@ cbm_SOURCES = cbm.cpp \
ErrnoError.hpp \
statistics.cpp statistics.hpp
cbm_LDADD = -lncurses widgets/libwidgets.la
+ config.h.in \
+ widgets/Makefile.in
0 commit comments