Skip to content

Commit

Permalink
0.31
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlei committed Nov 19, 2016
1 parent a47b447 commit ce15740
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion smop/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ XFILES = -x inputParser
#quadgk.m,quadl.m,triplequad.m,dblquad.m
#installed_packages.m,stft.m,legend.m,__plt_get_axis_arg__.m,rotate.m,print.m,__ghostscript__.m,__gnuplot_print__.m,set.m,edit.m,what.m,usejava.m,javachk.m,__go_draw_axes__.m,interp3.m,interp2.m,interpn.m,randi.m,interp1.m,spdiags.m,importdata.m,stemleaf.m
FLAGS =
MYFLAGS=--ignore=999
MYFLAGS=

V = 2.7

all:
make -B FLAGS= liboctave.py | wc
foo:
make -B FLAGS=-C liboctave.py | wc
make -B FLAGS=-N liboctave.py | wc
make -B FLAGS=-T liboctave.py | wc
Expand Down
2 changes: 1 addition & 1 deletion smop/libscripts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CYTHON = cython
PYTHON = python
CAT = cat
XFILES = -x white.m,summer.m,spring.m,rainbow.m,prism.m,pink.m,ocean.m,lines.m,jet.m,__gnuplot_open_stream__.m
FLAGS = -v -E-1
FLAGS = -v
SMOP = $(PYTHON) ../main.py

V = 2.7
Expand Down
2 changes: 1 addition & 1 deletion smop/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__='0.30'
__version__='0.31'

0 comments on commit ce15740

Please sign in to comment.