Skip to content

Commit

Permalink
Fix Knitfile for rule cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
zyedidia committed Apr 6, 2023
1 parent 76849a1 commit 561d367
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Knitfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ $ all:V: knit-$version-linux-amd64.tar.gz \
knit-$version-freebsd-amd64.tar.gz \
knit-$version-windows-amd64.tar.gz

$ %.tar.gz: %/
$ %.tar.gz: %
tar czf $output $input

$ (knit-$version-(.*)-(.*))/:R: knit.1
$ '(knit-$version-(.*)-([^\.]*))':R: knit.1
mkdir -p $match1
CGO_ENABLED=0 GOOS=$match2 GOARCH=$match3 go build $goflags -o $match1/knit ./cmd/knit
cp LICENSE* $match1
Expand Down

0 comments on commit 561d367

Please sign in to comment.