Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove Makefile
PACKAGES
(celestiaorg#852)
I noticed that we no longer need a Makefile `PACKAGES` variable because this repo doesn't contain a `/simulation` directory. We removed sims from workflows in celestiaorg#697 but there wasn't a `/simulation` directory then either. This makes the `make test` command easier to copy + paste (if for instance you want to add a trailing `-count=1` flag to disable the cache) Note: cosmos-sdk uses PACKAGE variables [here](https://github.com/cosmos/cosmos-sdk/blob/main/Makefile#L3-L4) but celestia-app doesn't appear to need this extra complexity
- Loading branch information