Skip to content

Commit

Permalink
build for darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
mhristof committed May 6, 2021
1 parent 8e0e59e commit 17a5f7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ SHELL := bash
IMAGE := alfred-meme

bin/alfred-meme: $(shell find ./ -name '*.go')
go build -o bin/alfred-meme main.go

GOOS=darwin go build -o bin/alfred-meme main.go

zip: info.plist Makefile alfred-meme.sh bin/alfred-meme memes/ icon.png
zip -r $(IMAGE).alfredworkflow $^

clean:
rm -rf $(IMAGE).alfredworkflow
rm -rf bin
.PHONY: clean

.PHONY: minor
Expand Down

0 comments on commit 17a5f7c

Please sign in to comment.