summaryrefslogtreecommitdiff
path: root/dev/Makefile.subdir
diff options
context:
space:
mode:
Diffstat (limited to 'dev/Makefile.subdir')
-rw-r--r--dev/Makefile.subdir7
1 files changed, 7 insertions, 0 deletions
diff --git a/dev/Makefile.subdir b/dev/Makefile.subdir
new file mode 100644
index 00000000..45358c42
--- /dev/null
+++ b/dev/Makefile.subdir
@@ -0,0 +1,7 @@
+# if you work in a sub/sub-rectory of Coq
+# you should make a link to that makefile
+# ln -s ../../dev/Makefile.subdir Makefile
+# in order to have all the facilities of dev/Makefile.dir
+
+TOPDIR=../..
+include $(TOPDIR)/dev/Makefile.dir