aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-03-31 20:08:34 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-03-31 20:08:34 +0300
commitc4f74e95b8d403b9942cafebe09703f72ea427e7 (patch)
tree7275fdeeef47bcd402ddd5f398444ef63775e950
parentREADME: update (diff)
downloadaes-tools-c4f74e95b8d403b9942cafebe09703f72ea427e7.tar.gz
aes-tools-c4f74e95b8d403b9942cafebe09703f72ea427e7.zip
Makefile: best practices
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index cb60357..fe47f10 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:
@@ -26,7 +26,6 @@ ifeq ($$(origin $(1)),command line)
endif
endef
-PROJECT := aes-tools
TOOLSET ?= mingw
CONFIGURATION ?= Debug
BOOST_VERSION ?= 1.72.0