diff options
author | Aleksey Veresov <aleksey@veresov.pro> | 2020-02-04 14:57:11 +0300 |
---|---|---|
committer | Aleksey Veresov <aleksey@veresov.pro> | 2020-02-04 14:57:11 +0300 |
commit | 746c3f3076fe5994f08d729aa1b958465231b0c8 (patch) | |
tree | b8e60b0a536d36f8b906fb4f0453ec51e226e430 /Makefile | |
parent | 55e11567a2eabcc1f34955062cef5610d16400fb (diff) | |
download | magi-746c3f3076fe5994f08d729aa1b958465231b0c8.tar magi-746c3f3076fe5994f08d729aa1b958465231b0c8.tar.xz magi-746c3f3076fe5994f08d729aa1b958465231b0c8.zip |
[magi]
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |