This website requires JavaScript.
Explore
Help
janware
/
jw-pkg
Watch
1
Code
Pull requests
Activity
Actions
ac2f4f6cc7
jw-pkg
/
make
/
platform.mk
7 lines
109 B
Makefile
Raw
Normal View
History
Unescape
Escape
platform.mk: Fix ifndef TARGET condition
2009-07-12 19:30:17 +00:00
i
f
n
d
e
f
T
A
R
G
E
T
$(MODDIR)/make/defs.mk: Split off defs-cpp.mk with C++ definitions 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>
2019-02-27 20:46:54 +00:00
ifneq
(
$(
findstring mingw,
$(
shell
pwd
)
)
,
)
TARGET :
=
mingw
endif
platform.mk: Add file
2009-07-09 11:53:53 +00:00
e
n
d
i
f
Copy permalink