Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #309 from ktakashi/master
Browse files Browse the repository at this point in the history
Allow to pass environment variable for installation
  • Loading branch information
nyuichi committed Oct 4, 2015
2 parents 760ac11 + 1363fa2 commit fa3488d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ TEST_RUNNER = bin/picrin
CFLAGS += -I./extlib/benz/include -Wall -Wextra
LDFLAGS += -lm

prefix = /usr/local
prefix ?= /usr/local

all: CFLAGS += -O2 -DNDEBUG=1
all: bin/picrin
Expand Down

0 comments on commit fa3488d

Please sign in to comment.