From aa7b37e006d613746cf14184d87bfaa317271862 Mon Sep 17 00:00:00 2001 From: proddy Date: Tue, 17 Nov 2020 12:25:34 +0100 Subject: [PATCH] add comment --- makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/makefile b/makefile index c7e1da373..5f780ba0d 100644 --- a/makefile +++ b/makefile @@ -1,3 +1,7 @@ +# +# GNUMakefile for EMS-ESP +# (c) 2020 Paul Derbyshire +# NUMJOBS=${NUMJOBS:-" -j4 "} MAKEFLAGS+="j " #---------------------------------------------------------------------- @@ -136,4 +140,3 @@ help: @echo $(OUTPUT) -include $(DEPS) -