mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
exe.mk: Make run depend on all.dirs
This commit is contained in:
parent
a7e4e47701
commit
fb49f60368
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ export LD_LIBRARY_PATH=$(shell echo $(strip $(LD_LIB_PATH)) | sed 's/ /:/g')
|
|||
|
||||
all: $(EXE) $(EXE_BIN)
|
||||
install: $(INSTALLED_EXE) $(INSTALLED_EXE_BIN)
|
||||
run: $(EXE) $(EXE_BIN)
|
||||
run: all.dirs $(EXE) $(EXE_BIN)
|
||||
./$(EXE) $(EXE_ARGS)
|
||||
strace: $(EXE) $(EXE_BIN)
|
||||
strace -f ./$(EXE) $(EXE_ARGS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue