mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 20:13:32 +01:00
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
|
|
|
|
|