mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +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
|
||||
# $Id$
|
||||
|
||||
ifeq ($(TARGET),mingw)
|
||||
EXE ?= test_$(notdir $(shell pwd)).exe
|
||||
else
|
||||
EXE ?= test_$(notdir $(shell pwd))
|
||||
endif
|
||||
EXE_BASENAME ?= test_$(notdir $(shell pwd))
|
||||
|
||||
include $(MODDIR)/make/exe.mk
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue