Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pierre-Chanteloup Edwin
Gauss-Seidel
Commits
c3867519
Commit
c3867519
authored
Nov 04, 2019
by
EdwinMindcraft
Browse files
make clean
parent
f456b83c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
c3867519
...
...
@@ -5,4 +5,7 @@ main: main.f gauss_seidel.o
$(FC)
$(OPT)
main.f gauss_seidel.o
-o
main
gauss_seidel.o
:
gauss_seidel.f
$(FC)
$(OPT)
gauss_seidel.f
-c
\ No newline at end of file
$(FC)
$(OPT)
gauss_seidel.f
-c
clean
:
rm
main
*
.o
*
.mod
*
.exe
\ No newline at end of file
Write
Preview
Supports
Markdown
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