diff options
author | tamplan <[email protected]> | 2020-05-24 10:59:26 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-26 10:06:42 +0200 |
commit | b15e205d59acef7ea675764fff82143a0084fae6 (patch) | |
tree | 7e008d6b77b4f34e964e850c6b932cd4158e3810 /src | |
parent | 85a52064ef5265c0b53eb69a0f84a5724f91d3f2 (diff) | |
download | mate-calc-b15e205d59acef7ea675764fff82143a0084fae6.tar.bz2 mate-calc-b15e205d59acef7ea675764fff82143a0084fae6.tar.xz |
add git.mk to generate .gitignore
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index d78bc29..24b8a2e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -202,3 +202,5 @@ DISTCLEANFILES = \ test: mate-calc ./mate-calc -u + +-include $(top_srcdir)/git.mk |