summaryrefslogtreecommitdiff
path: root/dev/Makefile.subdir
diff options
context:
space:
mode:
authorGravatar Samuel Mimram <samuel.mimram@ens-lyon.org>2004-07-28 21:54:47 +0000
committerGravatar Samuel Mimram <samuel.mimram@ens-lyon.org>2004-07-28 21:54:47 +0000
commit6b649aba925b6f7462da07599fe67ebb12a3460e (patch)
tree43656bcaa51164548f3fa14e5b10de5ef1088574 /dev/Makefile.subdir
Imported Upstream version 8.0pl1upstream/8.0pl1
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