diff options
author | Aleksey Veresov <aleksey@veresov.pro> | 2019-11-29 18:50:04 +0300 |
---|---|---|
committer | Aleksey Veresov <aleksey@veresov.pro> | 2019-11-29 18:50:04 +0300 |
commit | b08db17162fddda97e6ee1ac625eae1430d22b64 (patch) | |
tree | 2c332f2db57a15c72f58704b9175cfece0ae9698 /Makefile | |
parent | ea25abb295d9b4fbaf0ac23af8ffe71247970f1b (diff) | |
download | magi-b08db17162fddda97e6ee1ac625eae1430d22b64.tar magi-b08db17162fddda97e6ee1ac625eae1430d22b64.tar.xz magi-b08db17162fddda97e6ee1ac625eae1430d22b64.zip |
[magi] Almost done!
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -1,7 +1,5 @@ # Debug mode: # DEBUG = yes -# Error logging (writes to stderr): -# ERRLOG = yes CC = gcc LIB = libmagi.a @@ -12,9 +10,6 @@ CFLAGS += -g -O0 else CFLAGS += -O3 endif -ifeq '$(ERRLOG)' 'yes' -CFLAGS += -D ERRLOG -endif SRC_DIR = src SRC = $(wildcard $(SRC_DIR)/*.c) |