summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 3ad4bdbd91..d1cae15621 100644
--- a/crawl-ref/source/makefile
+++ b/crawl-ref/source/makefile
@@ -555,14 +555,14 @@ PKG_TIDY_LIST := $(UTIL)*.o $(LEVCOMP) *.o \
$(UTIL)*.tab.cc $(UTIL)*.tab.h $(UTIL)*.lex.cc *.ixx
PKG_EXCLUDES := $(PWD)/misc/src-pkg-excludes.lst
-.PHONY: all install clean clean-contrib distclean debug profile wizard
+.PHONY: all test install clean clean-contrib distclean debug profile wizard
##########################################################################
all: $(GAME)
test:
- $(GAME) -test
+ ./$(GAME) -test
##########################################################################
# Dependencies