add note in Makefile pointing to GNUmakefile for gmake users

FossilOrigin-Name: 18ed9c2f8017998e2d57e2904a90e0afc694edcd66e8bc72e4acf66f38d66077
This commit is contained in:
crc 2021-09-10 17:27:42 +00:00
parent 1d8c9f3600
commit ad077a2ca8
2 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,7 @@
# Linux / macOS users: This Makefile is mainly intended for BSD
# systems. You probably want to look at or
# edit the GNUmakefile.
# -------------------------------------------------------------
VERSION ?= 2021.10
KEYPAIR ?= 2021-10
PREFIX ?= /usr/local

View file

@ -1,4 +1,4 @@
Testing for multiple core support.
# Multicore Support
~~~
:core #8000 io:scan-for io:invoke ;
@ -12,7 +12,7 @@ Testing for multiple core support.
:core:wr (vn-) #6 core ;
~~~
~~~
```
'Done var
:a [ @Done #100000 gt? [ core:pause-current ] if &Done v:inc $a c:put ] forever ;
@ -26,4 +26,4 @@ Testing for multiple core support.
#4 core:init &d #4 core:start
core:pause-current
~~~
```