aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAleksey Veresov <aleksey@veresov.pro>2020-02-04 14:57:11 +0300
committerAleksey Veresov <aleksey@veresov.pro>2020-02-04 14:57:11 +0300
commit746c3f3076fe5994f08d729aa1b958465231b0c8 (patch)
treeb8e60b0a536d36f8b906fb4f0453ec51e226e430 /Makefile
parent55e11567a2eabcc1f34955062cef5610d16400fb (diff)
downloadmagi-746c3f3076fe5994f08d729aa1b958465231b0c8.tar
magi-746c3f3076fe5994f08d729aa1b958465231b0c8.tar.xz
magi-746c3f3076fe5994f08d729aa1b958465231b0c8.zip
[magi]
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: