Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
StrongGravity
TLUSTY - self-irradiation
Commits
18aa5324
Commit
18aa5324
authored
Oct 21, 2014
by
Michal Bursa
Browse files
added Makefile
parent
d61615c9
Changes
1
Show whitespace changes
Inline
Side-by-side
tlusty/Makefile
0 → 100644
View file @
18aa5324
default
:
t205
# compiler
CC
=
gcc
#-O3 ... optmization level
#-ggdb .. include debugging symbols
CFLAGS
=
-O3
-ggdb
# linker flags
LFLAGS
=
-lm
$(CFLAGS)
.SUFFIXES
:
.SUFFIXES
:
.c .o
t205
:
clean-bin
gfortran
-w
--no-automatic
t205f.f
-o
t205
$(LFLAGS)
#run: compile
# @rm -f fort.*
# @echo 1 > fort.1
# ./t205 < t1.5 > t1.6
# cp fort.141 t1.141
#
#run-ir: compile
# @rm -f fort.*
# @echo 1 > fort.1
# cp t1.142 fort.2
# ./t205 < t1.5i > t1.6i
# cp fort.141 t1.141i
clean-bin
:
@
rm
-f
t205 a.out
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment