Skip to content

Commit

Permalink
Changed stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
joanbono committed Aug 20, 2024
1 parent f367be8 commit d5a19e7
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 @@ -21,15 +21,15 @@ zip = cd build && zip $(APPNAME)_$(VERSION)_$(1)_$(2).zip $(BINARY)_$(VERSION)_$
all: release

.PHONY: release
release: darwin linux windows android
release: darwin linux windows

.PHONY: install
install:
go build ${LDFLAGS} -o $(BINARY)
mv $(BINARY) $(GOPATH)/bin

.PHONY: dev
dev: darwin-dev linux-dev windows-dev android-dev
dev: darwin-dev linux-dev windows-dev

.PHONY: clean
clean:
Expand Down

0 comments on commit d5a19e7

Please sign in to comment.