mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-12 01:08:55 +00:00
504cabadb2
Creates a Makefile to wrap building of texvc and texvccheck. Change-Id: I9737529c2db42ffa9f4fb64afd4a8aa5fa26eaf2
12 lines
143 B
Makefile
12 lines
143 B
Makefile
DIRS = texvc texvccheck
|
|
|
|
.PHONY: all
|
|
|
|
all: texvc texvccheck
|
|
|
|
texvc:
|
|
cd math; $(MAKE) $(MFLAGS)
|
|
|
|
texvccheck:
|
|
cd texvccheck; $(MAKE) $(MFLAGS)
|