blob: 45358c426a6d87c223472c56f192f1acec814bd1 (
plain)
1
2
3
4
5
6
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
|