mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
exe.mk: Add EXE ?= $(EXE_BASENAME) because some executables were not built
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
98a2758f81
commit
f3732300f2
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
include $(MODDIR)/make/run.mk
|
||||
include $(MODDIR)/make/depend.mk
|
||||
|
||||
EXE ?= $(EXE_BASENAME)
|
||||
all: $(EXE) $(BUILD_EXE_BIN) $(STRIP_DONE)
|
||||
install: $(INSTALLED_EXE) $(INSTALLED_EXE_BIN)
|
||||
run test: all.dirs $(EXE) $(EXE_BIN)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue