*** empty log message ***

This commit is contained in:
Dave Goodwin 2004-11-15 03:18:20 +00:00
parent d671ca745c
commit d63a3a1f05

View file

@ -5,7 +5,10 @@
# if script ctnew is not on the PATH, set this to the path to it.
CTNEW = ctnew
SRCS = kinetics1.cpp kinetics2.cpp flame1.cpp
.SUFFIXES :
.SUFFIXES : .mak
SRCS = kinetics1.cpp flamespeed.cpp
OBJS = $(SRCS:.cpp=.o)
EXES = $(SRCS:.cpp=.x)