also build the tests by default, so we will get more compilations/tests on different machines and maybe more bug reports

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@652 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
syntheticpp 2006-05-20 09:37:54 +00:00
parent 28ac0a23b2
commit ad36f152b3

View file

@ -5,7 +5,7 @@ export CXXWARNFLAGS = -Wall -Wold-style-cast -Wundef -Wsign-compare -Wconversion
export CXXFLAGS = $(CXXWARNFLAGS) -g -O2
.PHONY: all build-static build-shared check clean distclean
all: build-static build-shared
all: build-static build-shared check
build-static:
$(MAKE) -C src build-static