Skip to content

Commit

Permalink
fix(makefile): bump after sage update
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmr1 authored and dependabot[bot] committed Mar 14, 2022
1 parent 64742bc commit 1291822
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 @@ -11,7 +11,7 @@ $(sagefile): .sage/go.mod .sage/*.go
.PHONY: sage
sage:
@git clean -fxq $(sagefile)
@make $(sagefile)
@$(MAKE) $(sagefile)

.PHONY: update-sage
update-sage:
Expand Down

0 comments on commit 1291822

Please sign in to comment.