Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index ea3ce89a4..f150b9eb9 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,7 @@ VERSION=0.5.1 +######################################################################## +# The following variables can be overwritten from the command line OS = linux @@ -24,6 +26,7 @@ MAN1DIR=$(MANDIR)/man1 # CFLAGS += -O0 -DDEBUG -g3 -gdwarf-2 # -include local.mk +######################################################################## PROGRAMS=test-lexing test-parsing obfuscate compile graph sparse \ -- 2.14.0 -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html