Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
prog-c
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
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
stefan.nikolic
prog-c
Commits
c15bc327
Commit
c15bc327
authored
7 months ago
by
Nikolic
Browse files
Options
Downloads
Patches
Plain Diff
Ajout makefile
parent
6bbbae98
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
24-25/TP14/makefile
+13
-0
13 additions, 0 deletions
24-25/TP14/makefile
with
13 additions
and
0 deletions
24-25/TP14/makefile
0 → 100644
+
13
−
0
View file @
c15bc327
CC
:=
gcc
CFLAGS
:=
-g
-Ofast
-Wall
-Wextra
-fsanitize
=
address
-fsanitize
=
leak
-std
=
gnu11
-fsanitize
=
undefined
LDFLAGS
:=
-lm
prog
:
main.o arbinaire_morse.o
$(
CC
)
$(
CFLAGS
)
-o
$@
$^
$(
LDFLAGS
)
arbinaire_morse.o
:
arbinaire_morse.h
clean
:
rm
-f
*
.o main arbinaire_morse
\ No newline at end of file
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