more "neutral" make clean description

This commit is contained in:
dzaima 2023-12-27 19:23:10 +02:00
parent ce31945124
commit 74673395f6

View File

@ -10,7 +10,7 @@
- Use `gmake` on BSD - Use `gmake` on BSD
- Add `REPLXX=0` if C++ is unavailable (will remove line editing/coloring/name completion in the REPL) - Add `REPLXX=0` if C++ is unavailable (will remove line editing/coloring/name completion in the REPL)
- Run `sudo make install` afterwards to install into `/usr/local/bin/bqn` (a `PREFIX=/some/path` argument will install to `/some/path/bin/bqn`); `sudo make uninstall` to uninstall - Run `sudo make install` afterwards to install into `/usr/local/bin/bqn` (a `PREFIX=/some/path` argument will install to `/some/path/bin/bqn`); `sudo make uninstall` to uninstall
- `make clean` if anything breaks and you want a clean build slate - `make clean` to get to a clean build state
2. `./BQN somefile.bqn` to execute a file, or `./BQN` for a REPL 2. `./BQN somefile.bqn` to execute a file, or `./BQN` for a REPL
## Configuration options ## Configuration options