Differences From Artifact [adcfa9cdc8]:

To Artifact [166a6cf538]:


1
2
3
4
5
6
7
8
9
10
11
12
13
## Makefile for gino library

all: g_funs

g_funs:
	./create_gino.sh

clean:
	rm -rf g_funs

install: g_funs
	cp -rf ../gino /usr/share/octave/site/m












|

1
2
3
4
5
6
7
8
9
10
11
12
13
## Makefile for gino library

all: g_funs

g_funs:
	./create_gino.sh

clean:
	rm -rf g_funs

install: g_funs
	cp -rf ../gino /usr/share/octave/site/m/gino


MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]