]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/binaries/matex/Makefile
- matex: minor improvements
[helm.git] / matita / components / binaries / matex / Makefile
index c9a7b58ed7155b1a640dde8451431c23e79325ee..b3cc515d2ef748a01192eedb789efdb38fad7816 100644 (file)
@@ -21,6 +21,6 @@ test/$(OBJS): $(REGISTRY)
 
 test/$(SRCS): test/$(OBJS) $(REGISTRY) ./matex.native
        @echo MaTeX: processing $<
-       $(H)./matex.native -O test -l $(SRCS) -p -g -a $(REGISTRY) `cat $<`
+       $(H)./matex.native -O test -l $(SRCS) -a -g -p $(REGISTRY) `cat $<`
 
 .PHONY: test