Scilab: fix some example makefiles (restore target check)

This commit is contained in:
Simon Marchetto 2013-07-19 16:37:30 +02:00
commit 2ce2862472
3 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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