Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FMC Software Support
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Service Desk
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
Projects
FMC Software Support
Commits
fa579034
Commit
fa579034
authored
1 year ago
by
Vaibhav Gupta
Browse files
Options
Downloads
Patches
Plain Diff
Makefile: Make it uniform with other projects
Signed-off-by:
Vaibhav Gupta
<
vaibhav.gupta@cern.ch
>
parent
2faa5be7
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#4833
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+6
-0
6 additions, 0 deletions
Makefile
with
6 additions
and
0 deletions
Makefile
+
6
−
0
View file @
fa579034
...
...
@@ -9,6 +9,12 @@ DIRS = $(C_DIRS) \
Documentation/fmc
all clean cleanall install
:
$(DIRS)
clean
:
TARGET = clean
cleanall
:
TARGET = cleanall
install
:
TARGET = install
$(DIRS)
:
$(
MAKE
)
-C
$@
$(
TARGET
)
modules modules_install
:
@$(
MAKE
)
-C
drivers/fmc/
$@
...
...
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