projects
/
scilab.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
0d9aaee7f803e8ccf50ef5d147f7caf1eb27d5eb
[scilab.git]
/
tests
/
m2sci_tests
/
Makefile
1
SHELL = /bin/sh
2
3
SCIDIR = ../..
4
5
include ../../Makefile.incl
6
7
info:
8
@echo "Type \"make tests\" in tests directory"
9
@echo " to test M2SCI"
10
@echo " SEE THE README FILE (IMPORTANT) "
11
12
tests:
13
$(SCIDIR)/bin/scilab -nw -f m2sci.sce
14
15
clean ::
16
$(SCIDIR)/bin/scilab -nw -f clean.sce
17
18
distclean::
19
$(SCIDIR)/bin/scilab -nw -f clean.sce