mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-13 17:56:59 +00:00
a98ebf457c
Change-Id: I72eb49e2c0c1bd3afd0e3f76bb596fa87d10dc2b
10 lines
129 B
Makefile
10 lines
129 B
Makefile
.PHONY: all texvccheck
|
|
|
|
all: texvc texvccheck
|
|
|
|
texvc:
|
|
cd math; $(MAKE) $(MFLAGS)
|
|
|
|
texvccheck:
|
|
cd texvccheck; $(MAKE) $(MFLAGS)
|