summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordzaima <dzaimagit@gmail.com>2022-03-23 01:41:07 +0200
committerdzaima <dzaimagit@gmail.com>2022-03-23 01:41:07 +0200
commit5dc504dcd467efa1d68b4440460a17a692f75e89 (patch)
tree016ecd3ce5f46549a043a3a47bdb1f1c0fd98f36 /README.md
parent95aa092a8ad97e8af2484c8edd3600aeed996570 (diff)
note about gmake on BSDs
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index fce01450..4af39094 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,7 @@
1. `make`
- `make CC=gcc` if you don't have clang installed
- `make PIE=""` on ARM CPUs (incl. Android & M1)
+ - `gmake` on BSDs
- `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