Don't build tests on 'make all'

This commit is contained in:
Thomas Graf 2008-05-22 23:53:16 +02:00
parent 531029c130
commit 2bac39401c

View File

@ -13,7 +13,7 @@ ifeq ($(shell [ ! -r Makefile.opts ] && echo 1),)
include Makefile.opts include Makefile.opts
endif endif
SUBDIRS := lib include doc src tests SUBDIRS := lib include doc src
.PHONY: all clean distclean install gendoc $(SUBDIRS) .PHONY: all clean distclean install gendoc $(SUBDIRS)
all: Makefile.opts all: Makefile.opts