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:
parent
28ac0a23b2
commit
ad36f152b3
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue