summaryrefslogtreecommitdiff
path: root/build/Makefile.decl
diff options
context:
space:
mode:
Diffstat (limited to 'build/Makefile.decl')
-rw-r--r--build/Makefile.decl16
1 files changed, 0 insertions, 16 deletions
diff --git a/build/Makefile.decl b/build/Makefile.decl
deleted file mode 100644
index 8dca4e7..0000000
--- a/build/Makefile.decl
+++ /dev/null
@@ -1,16 +0,0 @@
-NULL =
-
-memcheck:
- @for dir in $(SUBDIRS); do \
- test "$$dir" = "." || $(MAKE) -C $$dir memcheck; \
- done
-
-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