aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-03-31 20:09:19 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-03-31 20:09:19 +0300
commitcd7f4b6761777aec11fe18343724540178c19686 (patch)
treea7040117058fbdcc77124aa5c79e07de340f9bf8
parentadd `make build`, etc. (diff)
downloadprivilege-check-cd7f4b6761777aec11fe18343724540178c19686.tar.gz
privilege-check-cd7f4b6761777aec11fe18343724540178c19686.zip
Makefile: best practices
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6caa8ad..829647e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
# Various one-liners which I'm too lazy to remember.
# Basically a collection of really small shell scripts.
-MAKEFLAGS += --warn-undefined-variables
+MAKEFLAGS += --no-builtin-rules --no-builtin-variables --warn-undefined-variables
unexport MAKEFLAGS
.DEFAULT_GOAL := all
.DELETE_ON_ERROR: