aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d57c2d1..db1fefd 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# Compilation Options
-# Debug mode (uncoment to be able to debug the library via gdb):
+# Debug mode (allowing to debug the library via gdb):
# DEBUG = yes
# Specify your favourite C compiler here (e.g. tcc):
CC = gcc
@@ -27,7 +27,7 @@ OBJ = $(SRC:.c=.o)
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# Targets
-# 'make' will produce library by default:
+# 'make' produces library by default:
default: $(LIB)
# Cleaning means removing everything automatically produced: