aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b2492ab..f6ef4c7 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ CFLAGS = ${WARNS} ${STD} -DLIBVER=\"${LIBVER}\" ${OPTIM}
CDFLAGS = ${WARNS} ${STD} -DLIBVER=\"${LIBVER}\" -g
all: ${LIBNAME:=.a} ${LIBNAME:=.so}
- @echo ${STD}.
+ @echo All done.
debug: ${OBJ}