Skip to content

Commit

Permalink
chore: remove makefile (#918)
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-em authored Aug 16, 2024
1 parent 91cf60c commit b0587b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
12 changes: 0 additions & 12 deletions GNUmakefile

This file was deleted.

4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ Additionally, please make sure that you're using the version of Lean that the cu
curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | sh
```
If this also fails, follow the instructions under `Regular install` [here](https://leanprover-community.github.io/get_started.html).
* To build `batteries` run `lake build`. To build and run all tests, run `make`.
* To build `batteries` run `lake build`.
* To build and run all tests, run `lake test`.
* To run the environment linter, run `lake lint`.
* If you added a new file, run the command `scripts/updateBatteries.sh` to update the
imports.

Expand Down

0 comments on commit b0587b2

Please sign in to comment.