Skip to content

Commit

Permalink
remove all target
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtazz authored Feb 26, 2022
1 parent 47861e9 commit 52003bc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,10 @@ LDFLAGS := -X 'main.version=$(VERSION)' \
TARGETS := certcal
INSTALLED_TARGETS = $(addprefix $(PREFIX)/bin/, $(TARGETS))

.PHONY: certcal
certcal: certcal.go
GOOS=$(BUILD_GOOS) GOARCH=$(BUILD_GOARCH) go build -ldflags "$(LDFLAGS)" -o $@ $<

.PHONY: all
all: $(TARGETS) $(MAN_TARGETS)
.DEFAULT_GOAL:=all
.DEFAULT_GOAL:=certcal

# development tasks
.PHONY: test
Expand Down

0 comments on commit 52003bc

Please sign in to comment.