mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
7 lines
106 B
Makefile
7 lines
106 B
Makefile
ifndef ($(TARGET))
|
|
ifneq ($(findstring mingw,$(shell pwd)),)
|
|
TARGET = mingw
|
|
endif
|
|
endif
|
|
|
|
|