Skip to content

Commit

Permalink
add several update options
Browse files Browse the repository at this point in the history
  • Loading branch information
rudymatela committed Feb 9, 2024
1 parent 59a7e7e commit d9f8a21
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,20 @@ update-express: express.update

update-speculate: speculate.update

update-extrapolate: extrapolate.update

update-conjure: conjure.update

update-lc-instances: update-lc-instances.update

update-percent-format: update-percent-format.update

update-hspec-leancheck: update-hspec-leancheck.update

update-tasty-leancheck: update-tasty-leancheck.update

update-test-framework-leancheck: update-test-framework-leancheck.update

%.update: ../%/stack.yaml ../%/.github/workflows/build.yml
./mk/install-on ../$*

Expand Down

0 comments on commit d9f8a21

Please sign in to comment.