summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVictor Westerhuis <victor@westerhu.is>2021-12-03 23:56:32 +0100
committerVictor Westerhuis <victor@westerhu.is>2021-12-04 01:08:24 +0100
commit7e3709188833f72ca7a0808942d3a9da6464675f (patch)
tree05e3a1cc0565be4b201cb7495ef8acd00b84571e /src
parent5f674757fc35708f7d1700a9fc37a7b77a1bf1ab (diff)
downloadcolm-7e3709188833f72ca7a0808942d3a9da6464675f.tar.gz
Clean up more
Everything built by make should be cleaned up by make clean, according to the automake manual.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index ca2d6829..6953a93c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -184,6 +184,7 @@ colm_LDADD = libprog.a -lcolm
# with the following additional dependency.
CLEANFILES = \
+ colm-wrap \
gen/parse1.c \
gen/if1.h \
gen/if1.cc \