add comment

This commit is contained in:
proddy
2020-11-17 12:25:34 +01:00
parent d260ea514b
commit aa7b37e006

View File

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