summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile
diff options
context:
space:
mode:
authorSteven Noonan <steven@uplinklabs.net>2009-10-21 19:38:47 -0700
committerSteven Noonan <steven@uplinklabs.net>2009-10-21 19:55:15 -0700
commit303a373867ce696330ff0214d69f43effeecd422 (patch)
treebbf83b028b255c7ebd098f9458fbc2bb3727caa2 /crawl-ref/source/makefile
parent8b22aadbe9872a9a052c0cbc103f672315c88712 (diff)
downloadcrawl-ref-303a373867ce696330ff0214d69f43effeecd422.tar.gz
crawl-ref-303a373867ce696330ff0214d69f43effeecd422.zip
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 <steven@uplinklabs.net>
Diffstat (limited to 'crawl-ref/source/makefile')
-rw-r--r--crawl-ref/source/makefile4
1 files changed, 2 insertions, 2 deletions
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