From ad077a2ca86640a239fcfac69c2e10c14a1c7d1c Mon Sep 17 00:00:00 2001 From: crc Date: Fri, 10 Sep 2021 17:27:42 +0000 Subject: [PATCH] add note in Makefile pointing to GNUmakefile for gmake users FossilOrigin-Name: 18ed9c2f8017998e2d57e2904a90e0afc694edcd66e8bc72e4acf66f38d66077 --- Makefile | 4 ++++ multicore.retro | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 8950657..9dea34f 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/multicore.retro b/multicore.retro index 3414499..57c08b2 100644 --- a/multicore.retro +++ b/multicore.retro @@ -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 -~~~ +```