diff options
author | toni <matzeton@googlemail.com> | 2015-11-14 22:53:40 +0100 |
---|---|---|
committer | toni <matzeton@googlemail.com> | 2015-11-14 23:05:32 +0100 |
commit | 7c3c6b99bec920ea850739e62b9fec8a29dc0dc0 (patch) | |
tree | 181dde43cef0401faf659e1ef1e2912063de90dc /Makefile.am | |
parent | 7bceed7feae9e9abd58cc653596f6a3678b0ce37 (diff) |
~auto(conf|make)~
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..d682608 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,11 @@ +SUBDIRS = src + + +clean-local: + rm -f naskpass + +distclean-local: clean-local + rm -f aclocal.m4 config.log config.status configure + rm -f Makefile.in src/Makefile.in src/aconfig.h.in src/aconfig.h.in~ src/*.d + rm -rf build autom4te.cache + |