I want to disable builtin rules and variables as per passing the -r and -R options to GNU make, from inside the make file. Other solutions that allow me to do this implicitl
################################################################ # DISABLE BUILT-IN RULES # .SUFFIXES: MAKEFLAGS += -r