Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Paulo V C Medeiros
carra_obsoul
Commits
e038f24c
Commit
e038f24c
authored
Apr 01, 2020
by
Paulo V C Medeiros
Browse files
Add clean and veryclean targets to Makefile
And add gitignore file.
parent
4368b5ba
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
0 → 100644
View file @
e038f24c
carra_obsoul.main.o
carra_obsoul.main.x
ext_lam_synop.o
Makefile
View file @
e038f24c
...
...
@@ -10,3 +10,11 @@ carra_obsoul.main.x: $(OBJ)
%.o
:
%.f90
$(FC)
$(FC_FLAGS)
-c
$<
# Utility targets
.PHONY
:
all clean veryclean
clean
:
rm
-f
*
.o
*
.mod
*
.MOD
veryclean
:
clean
rm
-f
*
.x
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