Scilab: take in account TARGET in example makefile, fix target in examples sub makefiles

This commit is contained in:
Simon Marchetto 2013-09-04 14:53:14 +02:00
commit 7a81f55ac9
17 changed files with 21 additions and 18 deletions

View file

@ -1,7 +1,7 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
SRCS = example.c
TARGET = example
TARGET = example_wrap.c
INTERFACE = example.i
check: build