13 lines
157 B
Makefile
Executable file
13 lines
157 B
Makefile
Executable file
#!/bin/sh
|
|
|
|
SUFFIXES=
|
|
SUFFIXES= .inp .log .dat
|
|
|
|
# list all mechanism files here
|
|
MECHS =
|
|
|
|
all: gri30.xml
|
|
|
|
gri30.xml: gri30.cti
|
|
../../bin/cti2ctml gri30.cti
|
|
|