~witcher/discord_covid19

a9fd57ded50ec98370dca68bc77def8bc55e274a — Witcher01 3 years ago 8a053cd
fixed Makefile spelling error
1 files changed, 1 insertions(+), 1 deletions(-)

M Makefile
M Makefile => Makefile +1 -1
@@ 12,7 12,7 @@ clean:
build: $(BIN)

fmt:
	$(GO) fmt $(SOURCESE)
	$(GO) fmt $(SOURCES)

tidy:
	$(GO) mod tidy