diff options
author | Ben Burdette <bburdette@gmail.com> | 2020-05-12 14:41:30 -0600 |
---|---|---|
committer | Ben Burdette <bburdette@gmail.com> | 2020-05-12 14:41:30 -0600 |
commit | ecbb8e9c0a4374b26defde2cd10932d633affed3 (patch) | |
tree | 8d19dc4e1c19a78e184e358880948eb8be0dbc88 /Makefile | |
parent | 960d4362ed2215f87a596e0a994e39aa28680db1 (diff) |
no blank line if no LOC
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -17,7 +17,8 @@ makefiles = \ misc/upstart/local.mk \ doc/manual/local.mk \ tests/local.mk \ - tests/plugins/local.mk + tests/plugins/local.mk \ + src/error-demo/local.mk -include Makefile.config |