🧑‍💻 Updated Makefile

This commit is contained in:
Maxim Lebedev 2023-03-16 22:36:00 +06:00
parent 27bab72323
commit ada30fffcd
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ srcdir = .
GO ?= go
GOFLAGS ?= -buildvcs=true
EXECUTABLE ?= indieauth
EXECUTABLE ?= auth
#### End of system configuration section. ####