Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
La programmation parallèle pour les gens
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
baptiste.coudray
La programmation parallèle pour les gens
Commits
7a46ac22
Verified
Commit
7a46ac22
authored
3 years ago
by
baptiste.coudray
Browse files
Options
Downloads
Patches
Plain Diff
Update Makefile
parent
fb213ce3
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
elementary/Makefile
+2
-2
2 additions, 2 deletions
elementary/Makefile
game_of_life/Makefile
+2
-2
2 additions, 2 deletions
game_of_life/Makefile
lattice_boltzmann/Makefile
+2
-2
2 additions, 2 deletions
lattice_boltzmann/Makefile
with
6 additions
and
6 deletions
elementary/Makefile
+
2
−
2
View file @
7a46ac22
...
...
@@ -10,11 +10,11 @@ debug:
mkdir
-p
"cmake-build-debug"
touch
elementary.h elementary.c
cmake
-DCMAKE_BUILD_TYPE
=
Debug
-Bcmake-build-debug
$(
MAKE
)
-C
cmake-build-
release
all
$(
MAKE
)
-C
cmake-build-
debug
all
clean
:
$(
MAKE
)
-C
cmake-build-release clean
$(
MAKE
)
-C
cmake-build-
release
clean
$(
MAKE
)
-C
cmake-build-
debug
clean
rm
elementary.h elementary.c
.PHONY
:
release debug clean
This diff is collapsed.
Click to expand it.
game_of_life/Makefile
+
2
−
2
View file @
7a46ac22
...
...
@@ -10,11 +10,11 @@ debug:
mkdir
-p
"cmake-build-debug"
touch
gol.h gol.c
cmake
-DCMAKE_BUILD_TYPE
=
Debug
-Bcmake-build-debug
$(
MAKE
)
-C
cmake-build-
release
all
$(
MAKE
)
-C
cmake-build-
debug
all
clean
:
$(
MAKE
)
-C
cmake-build-release clean
$(
MAKE
)
-C
cmake-build-
release
clean
$(
MAKE
)
-C
cmake-build-
debug
clean
touch
gol.h gol.c
.PHONY
:
release debug clean
This diff is collapsed.
Click to expand it.
lattice_boltzmann/Makefile
+
2
−
2
View file @
7a46ac22
...
...
@@ -10,11 +10,11 @@ debug:
mkdir
-p
"cmake-build-debug"
touch
lbm.h lbm.c
cmake
-DCMAKE_BUILD_TYPE
=
Debug
-Bcmake-build-debug
$(
MAKE
)
-C
cmake-build-
release
all
$(
MAKE
)
-C
cmake-build-
debug
all
clean
:
$(
MAKE
)
-C
cmake-build-release clean
$(
MAKE
)
-C
cmake-build-
release
clean
$(
MAKE
)
-C
cmake-build-
debug
clean
rm
lbm.h lbm.c
.PHONY
:
release debug clean
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment