🧑‍💻 Removed main.go path in make all script

This commit is contained in:
Maxim Lebedev 2022-06-10 14:11:35 +05:00
parent 52166f6602
commit 41bbed37c2
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ EXECUTABLE ?= indieauth
.PHONY: all clean check help
all:
$(GO) build -v $(GOFLAGS) -o $(EXECUTABLE) $<
all: main.go
$(GO) build -v $(GOFLAGS) -o $(EXECUTABLE)
clean: ## Delete all files in the current directory that are normally created by building the program
-rm $(srcdir)/internal/testing/httptest/{cert,key}.pem