summaryrefslogtreecommitdiff
path: root/test-suite/coq-makefile/extend-subdirs/Makefile.local
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/coq-makefile/extend-subdirs/Makefile.local')
-rw-r--r--test-suite/coq-makefile/extend-subdirs/Makefile.local4
1 files changed, 4 insertions, 0 deletions
diff --git a/test-suite/coq-makefile/extend-subdirs/Makefile.local b/test-suite/coq-makefile/extend-subdirs/Makefile.local
new file mode 100644
index 00000000..b031d30d
--- /dev/null
+++ b/test-suite/coq-makefile/extend-subdirs/Makefile.local
@@ -0,0 +1,4 @@
+pre-all::
+ $(MAKE) -C subdir pre
+post-all::
+ $(MAKE) -C subdir post