diff --git a/Makefile b/Makefile index 46388e0..3251766 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ export LANG ?= C.UTF-8 export TZ ?= UTC export RUSTFLAGS ?= -C link-arg=-s -DB ?= sqlite,postgresql,vendored_openssl +DB ?= sqlite,postgresql SRC := src .PHONY: all