From 746c3f3076fe5994f08d729aa1b958465231b0c8 Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Tue, 4 Feb 2020 14:57:11 +0300 Subject: [magi] --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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: -- cgit v1.2.3