Skip to content

Commit

Permalink
remove hardcoded includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Leandros committed Jan 17, 2016
1 parent 861f393 commit 64d26d2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ INCLUDE := -I/usr/local/include
INCLUDE += -I/usr/include
INCLUDE += -I/usr/local/opt/curl/include
INCLUDE += -I/usr/local/opt/libzip/include
INCLUDE += -I/usr/local/Cellar/libzip/1.0.1/include
INCLUDE += -I/usr/local/Cellar/libzip/1.0.1/lib/libzip/include
INCLUDE += $(shell pkg-config --cflags libzip)

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

0 comments on commit 64d26d2

Please sign in to comment.