Skip to content

Commit

Permalink
tweak find args to make it happy
Browse files Browse the repository at this point in the history
  • Loading branch information
mmlb committed Jul 21, 2017
1 parent cb52a6f commit 08ce76e
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 @@ -39,7 +39,7 @@ compile:
GOGC=off CGOENABLED=0 go build -ldflags "-s" -o bin/$(current_dir)$(BIN_SUFFIX)/$(current_dir) bin/main.go

pack:
find ./bin -type d -mindepth 1 -exec zip -r -j {}.zip {} \;
find ./bin -mindepth 1 -type d -exec zip -r -j {}.zip {} \;

checksums:
@for file in $(wildcard bin/*.zip); do \
Expand Down

0 comments on commit 08ce76e

Please sign in to comment.