Skip to content

Commit

Permalink
add: add new version 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelesaux committed Apr 19, 2021
1 parent 26bc5e0 commit e7c762f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ build:
clean:
@echo "Cleaning project"
rm -f dsk-*
rm dsk-*.zip

compile:
GOOS=${OS} GOARCH=${ARCH} go build ${LDFLAGS} -o dsk-${OS}-${ARCH} $(SOURCEDIR)/main.go
zip dsk-$(appversion)-${OS}-${ARCH}.zip dsk-${OS}-${ARCH}
zip dsk-$(appversion)-${OS}-${ARCH}.zip dsk-${OS}-${ARCH}

0 comments on commit e7c762f

Please sign in to comment.