aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAleksey Veresov <aleksey@veresov.pro>2019-11-29 18:50:04 +0300
committerAleksey Veresov <aleksey@veresov.pro>2019-11-29 18:50:04 +0300
commitb08db17162fddda97e6ee1ac625eae1430d22b64 (patch)
tree2c332f2db57a15c72f58704b9175cfece0ae9698 /Makefile
parentea25abb295d9b4fbaf0ac23af8ffe71247970f1b (diff)
downloadmagi-b08db17162fddda97e6ee1ac625eae1430d22b64.tar
magi-b08db17162fddda97e6ee1ac625eae1430d22b64.tar.xz
magi-b08db17162fddda97e6ee1ac625eae1430d22b64.zip
[magi] Almost done!
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 9585f98..1934910 100644
--- a/Makefile
+++ b/Makefile
@@ -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)