mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
14 lines
157 B
Makefile
Executable File
14 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
|
|
|