Compile with options (release mode).
This commit is contained in:
parent
5ac733cbc3
commit
ab18c0005d
5
makefile
5
makefile
@ -2,6 +2,7 @@ all: build
|
|||||||
|
|
||||||
Q ?= @
|
Q ?= @
|
||||||
SHOULD_UPDATE = ./bin/should-update
|
SHOULD_UPDATE = ./bin/should-update
|
||||||
|
OPTS ?=
|
||||||
|
|
||||||
NAME ?= John
|
NAME ?= John
|
||||||
EMAIL ?= john@example.com
|
EMAIL ?= john@example.com
|
||||||
@ -64,9 +65,9 @@ permission-set:
|
|||||||
###################
|
###################
|
||||||
|
|
||||||
build-server:
|
build-server:
|
||||||
$(Q)-$(SHOULD_UPDATE) bin/authd && shards build authd
|
$(Q)-$(SHOULD_UPDATE) bin/authd && shards build authd $(OPTS)
|
||||||
build-client:
|
build-client:
|
||||||
$(Q)-$(SHOULD_UPDATE) bin/authc && shards build authc
|
$(Q)-$(SHOULD_UPDATE) bin/authc && shards build authc $(OPTS)
|
||||||
|
|
||||||
build: build-server build-client
|
build: build-server build-client
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user