From f9fd2cb59443c77295fe41b640a1e30d2c2948e9 Mon Sep 17 00:00:00 2001 From: Kevin Shanahan Date: Tue, 30 Oct 2012 14:42:02 +1030 Subject: [PATCH] build: update Makefile comment Signed-off-by: Kevin Shanahan --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8eeace3..edae70f 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ # # TyrQuake Makefile (tested under Linux and MinGW/Msys) # -# By default, all executables will be built. If you want to just build one, -# just type e.g. "make tyr-quake". +# By default, all executables will be built and placed in the ./bin +# subdirectory. If you want to build just one, type e.g. "make bin/tyr-quake". # TYR_VERSION_MAJOR = 0