don't set -x by default
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
759abbebf7
commit
fe2202fde0
2
Makefile
2
Makefile
|
@ -1,6 +1,6 @@
|
||||||
.PHONY: gen dev-reset all clean test web website
|
.PHONY: gen dev-reset all clean test web website
|
||||||
|
|
||||||
.SHELLFLAGS += -x -e
|
.SHELLFLAGS += ${SHELLFLAGS} -e
|
||||||
PWD = $(shell pwd)
|
PWD = $(shell pwd)
|
||||||
UID = $(shell id -u)
|
UID = $(shell id -u)
|
||||||
GID = $(shell id -g)
|
GID = $(shell id -g)
|
||||||
|
|
Reference in New Issue