C++ definitions are numerous, and they shouldn't pollute variable space and performance outside of directories containing C++ files. This commit pushes them into a defs-cpp.mk file.
Signed-off-by: Jan Lindemann <jan@janware.com>
7 lines
109 B
Makefile
7 lines
109 B
Makefile
ifndef TARGET
|
|
ifneq ($(findstring mingw,$(shell pwd)),)
|
|
TARGET := mingw
|
|
endif
|
|
endif
|
|
|
|
|