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) -