]> matita.cs.unibo.it Git - helm.git/blob - matita/components/binaries/matex/Makefile
- First commit of MaTeX:
[helm.git] / matita / components / binaries / matex / Makefile
1 EXEC = matex
2 VERSION=0.1.0
3
4 REQUIRES = helm-ng_library
5
6 include ../Makefile.common
7
8 REGISTRY = $(RT_BASE_DIR)/matita.conf.xml
9
10 OBJ = cic:/matita/lambdadelta/basic_1/pr0/pr0/pr0_confluence.con
11
12 test:
13         @echo MaTeX $(OBJ)
14         $(H)./matex.native -O test $(REGISTRY) $(OBJ)
15
16 .PHONY: test