mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-27 23:43:54 +01:00
test-exe.mk: Introduced EXE_BASENAME
This commit is contained in:
parent
59b74c0a5a
commit
230385228f
1 changed files with 1 additions and 5 deletions
|
|
@ -3,11 +3,7 @@
|
||||||
# contact@jannet.de
|
# contact@jannet.de
|
||||||
# $Id$
|
# $Id$
|
||||||
|
|
||||||
ifeq ($(TARGET),mingw)
|
EXE_BASENAME ?= test_$(notdir $(shell pwd))
|
||||||
EXE ?= test_$(notdir $(shell pwd)).exe
|
|
||||||
else
|
|
||||||
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