Makefile in root directory

Creates a Makefile to wrap building of texvc and texvccheck.

Change-Id: I9737529c2db42ffa9f4fb64afd4a8aa5fa26eaf2
This commit is contained in:
Antoine Musso 2014-01-28 20:53:03 +01:00
parent 2c3e4a4b5d
commit 504cabadb2
1 changed files with 11 additions and 0 deletions

11
Makefile Normal file
View File

@ -0,0 +1,11 @@
DIRS = texvc texvccheck
.PHONY: all
all: texvc texvccheck
texvc:
cd math; $(MAKE) $(MFLAGS)
texvccheck:
cd texvccheck; $(MAKE) $(MFLAGS)