Skip to content

Commit

Permalink
Remove top-level Makefile (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
ia0 authored Feb 2, 2025
1 parent 5e86676 commit d62d722
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 38 deletions.
31 changes: 0 additions & 31 deletions Makefile

This file was deleted.

2 changes: 1 addition & 1 deletion bin/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
To install the binary from the [github] repository:

```
make install
cargo install --path=bin
```

To install the latest version published on `crates.io` (does not require to clone the repository):
Expand Down
6 changes: 0 additions & 6 deletions www/Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
.SUFFIXES:

.PHONY: help
help:
@echo 'Targets:'
@echo ' make html # builds website'
@echo ' make help # shows this help'

.PHONY: html
html:
rustc -V | grep nightly >/dev/null
Expand Down

0 comments on commit d62d722

Please sign in to comment.