aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBen Burdette <bburdette@gmail.com>2020-05-12 14:41:30 -0600
committerBen Burdette <bburdette@gmail.com>2020-05-12 14:41:30 -0600
commitecbb8e9c0a4374b26defde2cd10932d633affed3 (patch)
tree8d19dc4e1c19a78e184e358880948eb8be0dbc88 /Makefile
parent960d4362ed2215f87a596e0a994e39aa28680db1 (diff)
no blank line if no LOC
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0ba011e2a..05c4bdc8a 100644
--- a/Makefile
+++ b/Makefile
@@ -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