mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
platform.mk: Add file
This commit is contained in:
parent
a4def8813f
commit
a51ebac3dc
1 changed files with 7 additions and 0 deletions
7
make/platform.mk
Normal file
7
make/platform.mk
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
ifndef ($(TARGET))
|
||||||
|
ifneq ($(findstring mingw,$(shell pwd)),)
|
||||||
|
TARGET = mingw
|
||||||
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue