]> gitweb.michael.orlitzky.com - charm-bypass.git/commit
Makefile.am: add CLEANFILES variable so that "make clean" works
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 9 Oct 2023 12:49:15 +0000 (08:49 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 9 Oct 2023 12:53:46 +0000 (08:53 -0400)
commit4db9359ae870eaec1d5ef5e0997232f1a8455fa3
tree139ffde281a225a2241de9c248575c7831bc6431
parentfc0367b4fd2e0403e66b5b481629e10b39ffb091
Makefile.am: add CLEANFILES variable so that "make clean" works

Use the variable CLEANFILES to indicate which files are produced
by the build process. Otherwise, automake doesn't consider our
custom rules.
Makefile.am