Skip to content

Commit

Permalink
fix Makefile release target
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepeterson committed Aug 11, 2023
1 parent 089006d commit 215ec5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ kmfddm-%-$(VERSION).zip: kmfddm-%.exe $(SUPPLEMENTAL)
clean:
rm -f kmfddm-*

release: $(foreach bin,$(GAT),$(subst .exe,,$(bin))-$(VERSION).zip)
release: $(foreach bin,$(KMFDDM),$(subst .exe,,$(bin))-$(VERSION).zip)

test:
go test -v -cover -race ./...
Expand Down

0 comments on commit 215ec5c

Please sign in to comment.