Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
Dong Cao
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dong Cao
Dong Cao
Commits
1ea0957f
Commit
1ea0957f
authored
3 years ago
by
Dong Cao
Browse files
Options
Downloads
Patches
Plain Diff
First attempt at creating a makefile
parent
0741dfbb
Branches
Branches containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
C-subunit/makefile
+13
-0
13 additions, 0 deletions
C-subunit/makefile
with
13 additions
and
0 deletions
C-subunit/makefile
0 → 100644
+
13
−
0
View file @
1ea0957f
CC
=
gcc
CFLAGS
=
# the build target executable:
TARGET
=
arithmetic
all
:
$(TARGET)
$(TARGET)
:
$(TARGET).c
$(
CC
)
$(
CFLAGS
)
$(
TARGET
)
.c
-o
$(
TARGET
)
.ce
clean
:
$(
RM
)
$(
TARGET
)
.ce
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
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