Skip to content

Commit

Permalink
Fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jechols committed Jan 28, 2020
1 parent 6cad12f commit 7d90965
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 @@ -14,7 +14,7 @@ src/transform/rotation.go: src/transform/generator.go src/transform/template.txt
gofmt -l -w -s src/transform/rotation.go

force-getbuild:
rm src/version/build.go
rm -f src/version/build.go
make src/version/build.go

src/version/build.go:
Expand Down

0 comments on commit 7d90965

Please sign in to comment.