summaryrefslogtreecommitdiff
path: root/build/Makefile.decl
diff options
context:
space:
mode:
Diffstat (limited to 'build/Makefile.decl')
-rw-r--r--build/Makefile.decl5
1 files changed, 5 insertions, 0 deletions
diff --git a/build/Makefile.decl b/build/Makefile.decl
index c90c22b..8dca4e7 100644
--- a/build/Makefile.decl
+++ b/build/Makefile.decl
@@ -9,3 +9,8 @@ leakcheck:
@for dir in $(SUBDIRS); do \
test "$$dir" = "." || $(MAKE) -C $$dir leakcheck; \
done
+
+hellcheck:
+ @for dir in $(SUBDIRS); do \
+ test "$$dir" = "." || $(MAKE) -C $$dir hellcheck; \
+ done