15 lines
180 B
Makefile
Executable file
15 lines
180 B
Makefile
Executable file
#!/bin/sh
|
|
|
|
SUFFIXES=
|
|
SUFFIXES= .inp .log .dat
|
|
|
|
# list all mechanism files here
|
|
MECHS =
|
|
|
|
BUILDBIN=@buildbin@
|
|
|
|
all: gri30.xml
|
|
|
|
gri30.xml: gri30.cti
|
|
$(BUILDBIN)/cti2ctml gri30.cti
|
|
|