note about gmake on BSDs
This commit is contained in:
parent
95aa092a8a
commit
5dc504dcd4
@ -7,6 +7,7 @@
|
|||||||
1. `make`
|
1. `make`
|
||||||
- `make CC=gcc` if you don't have clang installed
|
- `make CC=gcc` if you don't have clang installed
|
||||||
- `make PIE=""` on ARM CPUs (incl. Android & M1)
|
- `make PIE=""` on ARM CPUs (incl. Android & M1)
|
||||||
|
- `gmake` on BSDs
|
||||||
- `make clean` if anything goes bad and you want a clean slate
|
- `make clean` if anything goes bad and you want a clean slate
|
||||||
2. `./BQN somefile.bqn` to execute a file, or `rlwrap ./BQN` for a REPL
|
2. `./BQN somefile.bqn` to execute a file, or `rlwrap ./BQN` for a REPL
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user