scilab: file name is 'example' as in other examples

This commit is contained in:
Simon Marchetto 2014-08-08 17:47:36 +02:00
commit 31022667d6
3 changed files with 3 additions and 3 deletions

View file

@ -1,8 +1,8 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
SRCS = matrixlib.c
TARGET = matrixlib
INTERFACE = matrixlib.i
SRCS = example.c
TARGET = example
INTERFACE = example.i
check: build
$(MAKE) -f $(TOP)/Makefile SRCDIR='$(SRCDIR)' scilab_run