aboutsummaryrefslogtreecommitdiff
path: root/Makefile.mac
diff options
context:
space:
mode:
authorLadislav Zezula <zezula@volny.cz>2016-11-06 10:29:39 +0100
committerGitHub <noreply@github.com>2016-11-06 10:29:39 +0100
commit3849673d97581c0d4f08e318d1674b4aabc708c0 (patch)
treea4a2d72479fbd26b7b7ede6f97d6133dc3388021 /Makefile.mac
parent0d77ab2d191d84122d62f5f74fd5862e79b2ef30 (diff)
parent32f7f18642d30d9e1531d317bb6d2e3fb97ab15a (diff)
Merge pull request #90 from Lectem/master
fix cmake dependency and move headers to include
Diffstat (limited to 'Makefile.mac')
-rw-r--r--Makefile.mac2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.mac b/Makefile.mac
index b5c59db..4c65510 100644
--- a/Makefile.mac
+++ b/Makefile.mac
@@ -10,7 +10,7 @@
CPP = g++
CC = gcc
-CFLAGS = -Wall
+CFLAGS = -Wall -Iinclude
LFLAGS = -lbz2 -lz -framework Carbon
ARCH = -arch x86_64
DFLAGS = -D__SYS_BZLIB -D__SYS_ZLIB -D_7ZIP_ST