Skip to content

Commit 64d26d2

Browse files
committed
remove hardcoded includes
1 parent 861f393 commit 64d26d2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ INCLUDE := -I/usr/local/include
66
INCLUDE += -I/usr/include
77
INCLUDE += -I/usr/local/opt/curl/include
88
INCLUDE += -I/usr/local/opt/libzip/include
9-
INCLUDE += -I/usr/local/Cellar/libzip/1.0.1/include
10-
INCLUDE += -I/usr/local/Cellar/libzip/1.0.1/lib/libzip/include
119
INCLUDE += $(shell pkg-config --cflags libzip)
1210

1311
CCFLAGS = $(DEBUG) -Wall -Wextra -fno-strict-aliasing -march=native -std=c89 -pedantic $(INCLUDE)

0 commit comments

Comments
 (0)