mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-25 15:03:55 +01:00
test-exe.mk: Fix EXE name for mingw
This commit is contained in:
parent
ca30e0cf5e
commit
650c7aaa8c
1 changed files with 4 additions and 0 deletions
|
|
@ -3,7 +3,11 @@
|
||||||
# contact@jannet.de
|
# contact@jannet.de
|
||||||
# $Id$
|
# $Id$
|
||||||
|
|
||||||
|
ifeq ($(TARGET),mingw)
|
||||||
|
EXE ?= test_$(notdir $(shell pwd)).exe
|
||||||
|
else
|
||||||
EXE ?= test_$(notdir $(shell pwd))
|
EXE ?= test_$(notdir $(shell pwd))
|
||||||
|
endif
|
||||||
|
|
||||||
include $(MODDIR)/make/exe.mk
|
include $(MODDIR)/make/exe.mk
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue