summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorvalmat <ufabiz@gmail.com>2014-03-19 17:26:11 +0600
committervalmat <ufabiz@gmail.com>2014-03-19 17:26:11 +0600
commitcfc04aa191dd23b3e61ba4d714a194a3a4dd08f3 (patch)
tree1be33441fbb85b009f647b306bcabc5382c5a882 /Makefile
parent778561e1739a4a7ef20e85b713b4790e6be225d3 (diff)
Fixed issues #46
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 516ab06..c4823d8 100644
--- a/Makefile
+++ b/Makefile
@@ -137,10 +137,11 @@ OBJECTS = $(SOURCES:%.cpp=%.o)
#
all: ${OBJECTS} ${RESULT}
- @echo
- @echo "Build complete."
- @echo "Don't forget to run 'make test'."
- @echo
+# Before offering to run the tests, we need to write more tests
+# @echo
+# @echo "Build complete."
+# @echo "Don't forget to run 'make test'."
+# @echo
${RESULT}: ${OBJECTS}
${LINKER} ${LINKER_FLAGS} -o $@ ${OBJECTS}