summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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}