Scilab: fix some example makefiles (restore target check)
This commit is contained in:
parent
ae92e24b0c
commit
2ce2862472
3 changed files with 6 additions and 6 deletions
|
|
@ -4,7 +4,7 @@ SRCS =
|
|||
TARGET = example
|
||||
INTERFACE = example.i
|
||||
|
||||
all: run
|
||||
all: check
|
||||
|
||||
loader.sce:
|
||||
$(MAKE) -f $(TOP)/Makefile SRCS='$(SRCS)' SWIG='$(SWIG)' \
|
||||
|
|
@ -13,7 +13,7 @@ loader.sce:
|
|||
clean:
|
||||
$(MAKE) -f $(TOP)/Makefile scilab_clean
|
||||
|
||||
run: loader.sce
|
||||
check: loader.sce
|
||||
$(MAKE) -f $(TOP)/Makefile scilab_run
|
||||
|
||||
debug: loader.sce
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ SRCS = example.cpp
|
|||
TARGET = example
|
||||
INTERFACE = example.i
|
||||
|
||||
all: run
|
||||
all: check
|
||||
|
||||
loader.sce:
|
||||
$(MAKE) -f $(TOP)/Makefile SRCS='$(SRCS)' SWIG='$(SWIG)' \
|
||||
|
|
@ -13,7 +13,7 @@ loader.sce:
|
|||
clean:
|
||||
$(MAKE) -f $(TOP)/Makefile scilab_clean
|
||||
|
||||
run: loader.sce
|
||||
check: loader.sce
|
||||
$(MAKE) -f $(TOP)/Makefile scilab_run
|
||||
|
||||
debug: loader.sce
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue