Don't build tests on 'make all'
This commit is contained in:
parent
531029c130
commit
2bac39401c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -13,7 +13,7 @@ ifeq ($(shell [ ! -r Makefile.opts ] && echo 1),)
|
|||
include Makefile.opts
|
||||
endif
|
||||
|
||||
SUBDIRS := lib include doc src tests
|
||||
SUBDIRS := lib include doc src
|
||||
.PHONY: all clean distclean install gendoc $(SUBDIRS)
|
||||
|
||||
all: Makefile.opts
|
||||
|
|
Loading…
Add table
Reference in a new issue