https://gitorious.org/ocamlp3l/ocamlp3l_cvs.git
Raw File
Tip revision: ad58ae426e7e9200530d18bf439d02657503426c authored by fclement on 23 November 2010, 11:33:06 UTC
Ignore all generated files.
Tip revision: ad58ae4
Makefile
ROOTDIR = ..
MAKEFILESDIR = $(ROOTDIR)

include $(MAKEFILESDIR)/Makefile.config

# The list of TEX source files
TEXSRCS =

# The list of HTML source files
HTMLCHTMLSRCS = fra.html eng.html

include $(MAKEFILESDIR)/Makefile.common

all clean clean-all::
	(cd hlpp05; $(MAKE) $@)
back to top