From 303a373867ce696330ff0214d69f43effeecd422 Mon Sep 17 00:00:00 2001 From: Steven Noonan Date: Wed, 21 Oct 2009 19:38:47 -0700 Subject: makefile: don't make test target depend on 'profile' A 'debug' or 'profile' build should work with this, just run 'make debug' or 'make profile' before running 'make test'. Signed-off-by: Steven Noonan --- crawl-ref/source/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source') diff --git a/crawl-ref/source/makefile b/crawl-ref/source/makefile index 8f64268607..3ad4bdbd91 100644 --- a/crawl-ref/source/makefile +++ b/crawl-ref/source/makefile @@ -561,8 +561,8 @@ PKG_EXCLUDES := $(PWD)/misc/src-pkg-excludes.lst all: $(GAME) -test: profile - $(PWD)/$(GAME) -test +test: + $(GAME) -test ########################################################################## # Dependencies -- cgit v1.2.3-54-g00ecf