Overview
Comment:*** empty log message ***
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 0a9b764c33cff3ce590b5b840f8e4533fe4b6b0326f21c13f0d695ee7e3dc4e4
User & Date: gawthrop@users.sourceforge.net on 2003-03-24 14:37:55
Other Links: branch diff | manifest | tags
Context
2003-03-24
15:10:14
Removed erroneous "gino" check-in: 9f4e71dd88 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
14:37:55
*** empty log message *** check-in: 0a9b764c33 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
12:34:55
Added endfunction check-in: 818a722009 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/gino/Makefile from [adcfa9cdc8] to [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 ]