diff --git a/backend/Makefile b/backend/Makefile index 296a3d0..2b24691 100644 --- a/backend/Makefile +++ b/backend/Makefile @@ -1,5 +1,5 @@ ### Defensive settings for make: -# https://tech.davis-hansson.com/p/make/ +# https://tech.davis-hansson.com/p/make/ SHELL:=bash .ONESHELL: .SHELLFLAGS:=-xeu -o pipefail -O inherit_errexit -c