diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-01 14:51:05 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-01 14:51:05 -0400 |
commit | 89c999bf1d14cf5a2caf4264cfcbf166209eeb84 (patch) | |
tree | 5700b74e42c1df2a6b93884284cc23139cf4fa10 | |
parent | 786d22b74eaac27ae4c93d35e7b7718ad7d25af6 (diff) |
(systemd) I think I accidentally rm'ed this while messing with .gitignore
-rw-r--r-- | build-aux/Makefile.each.tail/20-systemd.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build-aux/Makefile.each.tail/20-systemd.mk b/build-aux/Makefile.each.tail/20-systemd.mk new file mode 100644 index 0000000..89a8739 --- /dev/null +++ b/build-aux/Makefile.each.tail/20-systemd.mk @@ -0,0 +1,3 @@ +-include $(outdir)/$(DEPDIR)/*.P* +std.clean_files += *.o *.lo .deps/ .libs/ +include $(topsrcdir)/am-pat-rules.mk |