*** empty log message ***
This commit is contained in:
parent
d671ca745c
commit
d63a3a1f05
1 changed files with 4 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue