From cfc04aa191dd23b3e61ba4d714a194a3a4dd08f3 Mon Sep 17 00:00:00 2001 From: valmat Date: Wed, 19 Mar 2014 17:26:11 +0600 Subject: Fixed issues #46 --- Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'Makefile') 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} -- cgit v1.2.3