repo.or.cz
/
WRF.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated top-level README and version_decl for V4.5 (#1847)
[WRF.git]
/
chem
/
KPP
/
util
/
wkc
/
Makefile.tuv
blob
4cdfd6a31b5b19324da82d74fb7f6607b797a93d
1
.SUFFIXES: .c .o
2
3
include ../../configure.kpp
4
5
DEBUG = -g
6
OBJ = tuv_kpp.o
7
8
tuv_kpp : $(OBJ)
9
$(SCC) -o tuv_kpp $(DEBUG) $(OBJ)
10
11
.c.o :
12
$(SCC) -c $(DEBUG) $<
13
14
clean:
15
/bin/rm -f $(OBJ)