Skip to content

Commit

Permalink
improve my makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
DanGrayson committed May 23, 2016
1 parent d2543e4 commit 83a8de5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions M2/BUILD/dan/Makefile.mac
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ DIRECTORY = mac64
BRANCH := $(shell git branch --contains | sed -e s=^..== -e s=/=.=g )
BRANCH := master
DIRECTORY := $(DIRECTORY)-$(BRANCH)

CPPFLAGS += -I/usr/local/include -I/usr/include
LDFLAGS += -L/usr/local/lib -L/usr/lib
CONFIGOPTIONS += CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)"

# see the INSTALL file:
Expand Down

0 comments on commit 83a8de5

Please sign in to comment.