aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-03-31 20:09:53 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-03-31 20:09:53 +0300
commit5574200742d1e47db8b89d336c8ebecef9e72ce8 (patch)
treee0d51315528c745f13e0d2c9d172cdc2f501e560 /Makefile
parentcmake: use install_pdbs() (diff)
downloadmath-server-5574200742d1e47db8b89d336c8ebecef9e72ce8.tar.gz
math-server-5574200742d1e47db8b89d336c8ebecef9e72ce8.zip
Makefile: best practices
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 13dfc3e..cd46caa 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: