Skip to content

Commit

Permalink
Merge pull request #67 from ilovezfs/argp
Browse files Browse the repository at this point in the history
Add ARGP to Makefile
  • Loading branch information
AltraMayor committed Dec 22, 2017
2 parents b8864da + 02bdccb commit 250f584
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ PREFIX = /usr/local
INSTALL = install
LN = ln

ARGP = /usr/local
CFLAGS += -I$(ARGP)/include
LDFLAGS += -L$(ARGP)/lib -largp

all: $(TARGETS)
extra: $(EXTRA_TARGETS)

Expand Down

0 comments on commit 250f584

Please sign in to comment.